adding sidebar

This commit is contained in:
tusharmagar 2026-01-14 10:54:37 +05:30 committed by Ramnique Singh
parent b293d83edd
commit 73ba7fee99
6 changed files with 352 additions and 33 deletions

View file

@ -3,7 +3,6 @@
import * as React from "react"
import { useState, useEffect, useCallback } from "react"
import {
ArrowDownAZ,
CalendarDays,
ChevronRight,
ChevronsDownUp,
@ -258,7 +257,6 @@ function KnowledgeSection({
{ icon: FilePlus, label: "New Note", action: () => actions.createNote() },
{ icon: FolderPlus, label: "New Folder", action: () => actions.createFolder() },
{ icon: Network, label: "Graph View", action: () => actions.openGraph() },
{ icon: ArrowDownAZ, label: "Sort", action: () => {} },
]
return (