1
0
Fork 0
mirror of synced 2024-09-16 09:17:40 +12:00
budibase/packages/bootstrap-components/src/Test/testMain.js
2019-10-14 08:32:20 +01:00

7 lines
No EOL
107 B
JavaScript

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