Files
mermaid-live-editor/src/main.js
T
2021-01-15 00:41:20 +05:30

11 lines
137 B
JavaScript

import App from './App.svelte';
const app = new App({
target: document.body,
props: {},
});
window.app = app;
export default app;