From b63cfe1ebe33fb2432548ed3e9e0f69b923163e8 Mon Sep 17 00:00:00 2001 From: Ben Boinay <117600738+bboinay@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:00:42 -0400 Subject: [PATCH] build fix --- ui/src/components/Navigation.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/components/Navigation.tsx b/ui/src/components/Navigation.tsx index 6d93fbe..e8e6c9e 100644 --- a/ui/src/components/Navigation.tsx +++ b/ui/src/components/Navigation.tsx @@ -2,12 +2,12 @@ import Logo from "../assets/paisley-logo-icon.svg"; import { NavigationLink } from "./NavigationLink"; import { Typography } from "./Typography"; import { - LayoutDashboard, + // LayoutDashboard, BookOpenText, BotMessageSquare, ScrollText, - KeyRound, - Settings, + // KeyRound, + // Settings, ChartLine, } from "lucide-react";