chartmaker-fe/src/main.js

9 lines
116 B
JavaScript
Raw Permalink Normal View History

2022-03-04 11:41:53 +01:00
import App from './App.svelte';
const app = new App({
target: document.body,
props: {
}
});
export default app;