From b9f683fa36320fcdc08716c8303691e5cf7ce5cd Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Wed, 7 Dec 2022 17:50:56 +0100 Subject: Inital commit with v0.0.3 --- src/main.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main.ts (limited to 'src/main.ts') diff --git a/src/main.ts b/src/main.ts new file mode 100644 index 0000000..5c1f795 --- /dev/null +++ b/src/main.ts @@ -0,0 +1,8 @@ +import './app.css' +import App from './App.svelte' + +const app = new App({ + target: document.getElementById('app') +}) + +export default app -- cgit v1.3.1