mfe-example/packages/remote-svelte/src/index.js
2022-09-23 16:43:30 +07:00

8 lines
171 B
JavaScript

import App from "./App.svelte";
// const app = new App({
// target: document.getElementById("root"), // entry point in ../public/index.html
// });
export default App;