mirror of https://github.com/sveltejs/svelte
parent
1cd946e2f6
commit
1e8d7af684
@ -1 +1 @@
|
||||
module.exports = 42;
|
||||
export default 42;
|
||||
|
@ -1 +1 @@
|
||||
module.exports = 99;
|
||||
export default 99;
|
||||
|
Loading…
Reference in new issue