UNPKG

@indexea/scaffold-svelte

Version:

This is the scaffolding of Indexea search, on which you can adjust the typography and style of the search interface

12 lines (9 loc) 187 B
import App from "./App.svelte"; import 'bootstrap' import 'bootstrap/dist/css/bootstrap.css'; const app = new App({ target: document.body, props: { } }); export default app