aotds-docks/src/main.js

8 lines
114 B
JavaScript
Raw Permalink Normal View History

2020-07-28 15:48:15 +00:00
import App from './components/App.svelte';
2020-07-19 20:21:28 +00:00
const app = new App({
2020-07-20 01:45:03 +00:00
target: document.body
2020-07-19 20:21:28 +00:00
});
export default app;