2 lines
70 B
TypeScript
2 lines
70 B
TypeScript
import App from "./Popup.svelte";
|
|
new App({ target: document.body });
|