Feat: Routing andando
Signed-off-by: fede <federico.nicolas.polidoro@gmail.com>
This commit is contained in:
8
Front/src/main.ts
Normal file
8
Front/src/main.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
//import './app.css'
|
||||
import App from './App.svelte'
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById('app')!,
|
||||
})
|
||||
|
||||
export default app
|
||||
Reference in New Issue
Block a user