Skip to content

Commit

Permalink
fix: use correct export
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed May 28, 2020
1 parent 5debfdc commit 3133e68
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import SOffline from './SOffline.svelte';

const app = new SOffline({
target: document.body,
});

export default app;
export default SOffline;

0 comments on commit 3133e68

Please sign in to comment.