openfoodfacts-client/www/src/main.js

9 lines
137 B
JavaScript
Raw Normal View History

2022-09-08 19:14:10 +02:00
import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app')
})
export default app