1
0
mirror of https://github.com/djkotowski/personal-website.git synced 2026-06-20 21:12:48 -05:00
Files
personal-website/src/main.ts
T

9 lines
138 B
TypeScript

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