mirror of https://github.com/sveltejs/svelte
parent
4a610f7073
commit
a35c516350
@ -0,0 +1,8 @@
|
||||
[{
|
||||
"message": "Duplicate export 'default'",
|
||||
"pos": 37,
|
||||
"loc": {
|
||||
"line": 3,
|
||||
"column": 8
|
||||
}
|
||||
}]
|
@ -0,0 +1,4 @@
|
||||
<script>
|
||||
export default {};
|
||||
export default {};
|
||||
</script>
|
Loading…
Reference in new issue