fix: fucked up oops

This commit is contained in:
not-nullptr 2024-03-19 15:30:28 +00:00
parent 3e017789f3
commit 0cb5723c75

View file

@ -17,6 +17,9 @@
export let data: PageData;
// TODO: refactor
const navigator = browser ? window.navigator : { userAgent: "" };
interface NavItem {
name: string;
href: string;