under-falling-skies/src/main.js

9 lines
157 B
JavaScript

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