Files
StockRadar/frontend/src/main.js
T
2026-04-20 20:40:48 +02:00

6 lines
116 B
JavaScript

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