mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-16 17:55:32 -04:00
random organization
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import ThemeToggle from "../../components/ThemeToggle";
|
||||
import { HomeIcon, NotesIcon, ProjectsIcon, ContactIcon } from "../../components/Icons";
|
||||
import type { MenuItemProps } from "../../components/MenuItem";
|
||||
|
||||
@@ -23,7 +22,4 @@ export const menuItems: MenuItemProps[] = [
|
||||
text: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
icon: ThemeToggle,
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user