spaces/client/src/main.js
2025-10-31 10:46:35 -04:00

8 lines
137 B
JavaScript

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