lynxkite / web /src /main.ts
darabos's picture
Use Bootstrap.
1a96959
raw
history blame
185 Bytes
import App from './App.svelte';
import './app.scss';
import * as bootstrap from 'bootstrap';
const app = new App({
target: document.getElementById('app')!,
});
export default app;