mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-02-23 16:49:35 +02:00
7 lines
No EOL
103 B
JavaScript
7 lines
No EOL
103 B
JavaScript
import App from './App.svelte';
|
|
|
|
const app = new App({
|
|
target: document.body,
|
|
});
|
|
|
|
export default app; |