From 59067695f934184c7e6efaa4fc89fbde2f27a7cb Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 21 Jul 2022 07:22:36 -0400 Subject: initial migration, app runs --- src/main.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/main.ts') diff --git a/src/main.ts b/src/main.ts index 4c473fa..b7fad6b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,7 +1,8 @@ -import App from './App.svelte'; +import "./app.css"; +import App from "./App.svelte"; const app = new App({ - target: document.body + target: document.body, }); -export default app; \ No newline at end of file +export default app; -- cgit v1.2.3