PDF_OCR / frontend /main.js
eberhenriquez94's picture
a
4844695 verified
raw
history blame
125 Bytes
import App from './Index.svelte';
const app = new App({
target: document.getElementById('app'),
});
export default app;