Files
AlquilaFacil/Front/src/main.ts
2024-10-15 03:30:01 -03:00

9 lines
141 B
TypeScript

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