Files
bill-manager/frontend/src/main.ts
2024-08-19 08:21:42 +00:00

9 lines
139 B
TypeScript

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