diff --git a/components/navigation/left-sidebar.tsx b/components/navigation/left-sidebar.tsx
index 9ce87bf..9358955 100644
--- a/components/navigation/left-sidebar.tsx
+++ b/components/navigation/left-sidebar.tsx
@@ -25,6 +25,7 @@ import {
isRouteActive,
NAV_LINK_ACTIVE_CLASSES,
NAV_LINK_INACTIVE_CLASSES,
+ TOP_BAR_HEIGHT,
} from "@/lib/utils";
export function LeftSidebar() {
@@ -32,8 +33,9 @@ export function LeftSidebar() {
return (