mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 18:55:29 -05:00
add new pyscript project files
This commit is contained in:
7
pyscriptjs/src/main.ts
Normal file
7
pyscriptjs/src/main.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import App from "./App.svelte";
|
||||
|
||||
const app = new App({
|
||||
target: document.body,
|
||||
});
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user