transicion-desordenada-diablo/frontend-sveltekit/src copy/main.ts
2023-12-09 00:46:17 -03:00

8 lines
138 B
TypeScript

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