revanced-builder/src/main.ts
Hydroxycarbamide 4c55a9f438 Initial commit
2022-09-03 11:58:57 +02:00

8 lines
137 B
TypeScript

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