feat: add canvas freeform board page with drag-and-drop cards and sidebar link
This commit is contained in:
@@ -12,6 +12,7 @@ import {
|
||||
NotebookPen,
|
||||
BookOpen,
|
||||
Share2,
|
||||
LayoutGrid,
|
||||
CalendarDays,
|
||||
Search,
|
||||
Bot,
|
||||
@@ -44,6 +45,7 @@ const navItems = [
|
||||
{ href: '/notes', label: 'Notes', icon: NotebookPen },
|
||||
{ href: '/daily-notes', label: 'Daily Note', icon: BookOpen },
|
||||
{ href: '/graph', label: 'Graph', icon: Share2 },
|
||||
{ href: '/canvas', label: 'Canvas', icon: LayoutGrid },
|
||||
{ href: '/calendar', label: 'Calendar', icon: CalendarDays },
|
||||
{ href: '/search', label: 'Search', icon: Search },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user