styles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user