diff --git a/components/Navigation.tsx b/components/Navigation.tsx index b483e30..e7dc7db 100644 --- a/components/Navigation.tsx +++ b/components/Navigation.tsx @@ -30,12 +30,6 @@ import PanelBox from "./PanelBox"; import { templateFileIds } from "../state/constants"; import { styled } from "../stitches.config"; -import Starter from "../components/icons/Starter"; -import Firewall from "../components/icons/Firewall"; -import Notary from "../components/icons/Notary"; -import Carbon from "../components/icons/Carbon"; -import Peggy from "../components/icons/Peggy"; - const ImageWrapper = styled(Flex, { position: "relative", mt: "$2",