1
0
Fork 0
mirror of https://github.com/dancojocaru2000/foxbank.git synced 2025-02-24 01:19:35 +02:00
foxbank/client/src/main.js

7 lines
103 B
JavaScript
Raw Normal View History

2021-11-14 15:13:40 +02:00
import App from './App.svelte';
const app = new App({
target: document.body,
});
export default app;