jankboard/splash-screen/src/main.ts

9 lines
138 B
TypeScript
Raw Normal View History

2024-03-10 23:35:27 -07:00
import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
})
export default app