UNPKG

@pixso/create-plugin

Version:

plugin template

7 lines (5 loc) 103 B
import App from './App.svelte'; const app = new App({ target: document.body, }); export default app;