rasp_web/src/main.js
2024-08-25 09:45:41 +05:00

9 lines
141 B
JavaScript

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