qr-pigeon/src/main.ts
2024-02-14 16:07:58 +01: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