deprived-main-website/src/main.js
2024-01-11 13:14:08 +01:00

8 lines
No EOL
137 B
JavaScript

import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
})
export default app