mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
8 lines
118 B
TypeScript
8 lines
118 B
TypeScript
|
|
import App from './App.svelte'
|
||
|
|
|
||
|
|
const app = new App({
|
||
|
|
target: document.getElementById('app')
|
||
|
|
})
|
||
|
|
|
||
|
|
export default app
|