first commit
This commit is contained in:
9
src/main.ts
Normal file
9
src/main.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import '$styles';
|
||||
import '@fortawesome/fontawesome-free/js/all.js';
|
||||
import App from './App.svelte';
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById('app'),
|
||||
});
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user