NY / frontend /src /main.js
jaothan's picture
Upload 23 files
945cec7 verified
raw
history blame contribute delete
146 Bytes
import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
})
export default app