1
0
Fork 0
mirror of https://github.com/dancojocaru2000/foxbank.git synced 2025-02-23 16:49:35 +02:00
foxbank/client/src/main.js
2021-11-14 17:35:37 +02:00

7 lines
No EOL
103 B
JavaScript

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