svelteP5Play/src/main.js
2025-04-17 16:04:18 +09:00

9 lines
118 B
JavaScript

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