ultimate-rag / rag-app /src /main.js
Ashad001's picture
frontend init
d8a7a33
Raw
History Blame Contribute Delete
103 Bytes
import App from './App.svelte';
const app = new App({
target: document.body,
});
export default app;