5f585cd 7428b13 5f585cd
1
2
3
4
5
6
7
8
9
10
11
import { mount } from 'svelte' import './app.css' import App from './App.svelte' import './lib/db/resetGame' // Import to make reset functions available const app = mount(App, { target: document.getElementById('app')!, }) export default app