PluralKit/src/main.ts
2021-12-09 12:53:54 +01:00

7 lines
118 B
TypeScript

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