1
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:
2022-04-28 19:28:16 -04:00
parent 9e8c3eaa67
commit 383c88d5ef
5 changed files with 39 additions and 33 deletions

View File

@@ -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,
},
];