This commit is contained in:
Fractal-Tess
2022-12-21 02:56:56 +02:00
parent 641a6f5cfa
commit ee8d003b55
4 changed files with 3 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
import '$styles';
import './styles.postcss';
import App from './App.svelte';
const app = new App({
target: document.getElementById('app')
target: document.getElementById('app'),
intro: true
});
export default app;