PDF_OCR / frontend /main.js
eberhenriquez94's picture
a
3fda57c verified
raw
history blame
168 Bytes
import App from './Index.svelte';
const app = new App({
target: document.getElementById('app'), // Enlaza con el contenedor en `index.html`
});
export default app;