9 lines
134 B
JavaScript
Raw Normal View History

2022-03-11 15:46:11 -08:00
import App from './App.svelte';
import './assets/index.css';
2022-03-11 15:46:11 -08:00
const app = new App({
target: document.body,
});
2022-08-23 20:34:20 +02:00
export default app;