diff --git a/dashboard/src/App.tsx b/dashboard/src/App.tsx index e124a11..2513e60 100644 --- a/dashboard/src/App.tsx +++ b/dashboard/src/App.tsx @@ -2,7 +2,7 @@ import { useMemo, useState } from "react"; import { Clock3, ListChecks } from "lucide-react"; import { AppHeader, ChecklistDashboard, DashboardError, DifferentialTestingPage, EmptyState, FILTERS, Filters, NewOvenPage, ProjectGroup, RunBurnPage, StreamingDiff, VisualParityPage } from "@components"; import { useDashboardData } from "@hooks"; -import { currentSection, filterFromUrl, listHref, selectedBurnlist } from "@lib"; +import { currentSection, filterFromUrl, selectedBurnlist } from "@lib"; import type { Filter } from "@lib"; export function App() { @@ -23,11 +23,11 @@ export function App() { return (