Sistema_Gestion_Transporte/src/main.js

9 lines
138 B
JavaScript
Raw Normal View History

2023-06-10 09:23:24 -04:00
import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
})
export default app