UNPKG

ndtech-svelte-components

Version:
12 lines (9 loc) 149 B
// for testing import App from './App.svelte' const app = new App({ target: document.body, props: { name: 'test' } }) export default app