From d168ca1352bd4fe8ac01772aa74dc8677ad2adf4 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 03:24:42 +0530 Subject: [PATCH] chore: remoe comments --- ui/src/components/Sidebar/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/components/Sidebar/index.tsx b/ui/src/components/Sidebar/index.tsx index d31b3445..4b2ab0e2 100644 --- a/ui/src/components/Sidebar/index.tsx +++ b/ui/src/components/Sidebar/index.tsx @@ -1,6 +1,6 @@ import React from "react"; import { Layout, Menu, Col, Row } from "antd"; -import { Link } from "react-router-dom"; // Assuming you're using react-router-dom for navigation +import { Link } from "react-router-dom"; const { Sider } = Layout; @@ -8,9 +8,9 @@ const Sidebar = () => { return ( -
{/* Full height container */} +
Dashboard