ffmpeg-explorer/src/main.js

9 lines
138 B
JavaScript
Raw Normal View History

2023-08-18 17:23:56 -04:00
import './app.css'
import App from './App.svelte'
const app = new App({
target: document.getElementById('app'),
})
export default app