under-falling-skies/src/main.js

9 lines
160 B
JavaScript
Raw Normal View History

2023-01-13 17:43:06 +00:00
//import './app.css'
import App from './lib/components/App.svelte';
const app = new App({
target: document.getElementById('app'),
});
export default app;