From 9c7c703dde2c2fc7a130d5c74d1ec3f273d57eef Mon Sep 17 00:00:00 2001 From: Valtteri Karesto Date: Fri, 24 Jun 2022 14:58:51 +0300 Subject: [PATCH] Remove unused imports --- components/Navigation.tsx | 6 ------ 1 file changed, 6 deletions(-) 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",