mishig's picture
mishig HF Staff
Upload folder using huggingface_hub
b47e3a4 verified
raw
history blame contribute delete
153 Bytes
import { mount } from 'svelte';
import App from './App.svelte';
const app = mount(App, { target: document.getElementById('app') });
export default app;