8 lines
121 B
TypeScript
Raw Normal View History

2022-03-11 15:46:11 -08:00
import App from './App.svelte';
const app = new App({
target: document.getElementById('app')
});
export default app;