TastyBites/front/src/main.js
2024-04-22 12:25:50 +01:00

8 lines
147 B
JavaScript

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