mirror of https://github.com/sveltejs/svelte
parent
78265c5b2d
commit
e8fc20cc8a
@ -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