enprogreso/src/main.ts

9 lines
138 B
TypeScript
Raw Permalink Normal View History

2023-04-30 20:39:57 +00:00
import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
})
export default app