QuiplashClone/apps/quippy/src/main.ts

9 lines
136 B
TypeScript
Raw Normal View History

2023-03-07 16:13:39 -05:00
import 'beercss'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
})
export default app