mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-23 17:25:08 +02:00
fix: fixed ImageSection being broken on mobile feat: added proper imprint feat: added name to privacy-policy feat: bump version fix: fixed footer not rendering correct on some mobile devices chore: bump version feat: imported html from Config repo Updated packages Migration from astro to solid-start Add database and auth Add discord rest testing Database schema rework API meeting progress Fix styles
3 lines
123 B
TypeScript
3 lines
123 B
TypeScript
import { mount, StartClient } from "@solidjs/start/client";
|
|
|
|
mount(() => <StartClient />, document.getElementById("app"));
|