mirror of
https://git.suyu.dev/suyu/website.git
synced 2026-01-04 21:54:48 +01:00
fix: fucked up oops
This commit is contained in:
parent
3e017789f3
commit
0cb5723c75
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
export let data: PageData;
|
||||
|
||||
// TODO: refactor
|
||||
|
||||
const navigator = browser ? window.navigator : { userAgent: "" };
|
||||
|
||||
interface NavItem {
|
||||
name: string;
|
||||
href: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue