From 5902664658a36e4afc81327eea9f8eef05561bcb Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Mon, 30 Dec 2024 12:15:35 +0000 Subject: refactor: Refactor sidebar into a shared component --- apps/web/components/shared/sidebar/TSidebarItem.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apps/web/components/shared/sidebar/TSidebarItem.ts (limited to 'apps/web/components/shared/sidebar/TSidebarItem.ts') diff --git a/apps/web/components/shared/sidebar/TSidebarItem.ts b/apps/web/components/shared/sidebar/TSidebarItem.ts new file mode 100644 index 00000000..84cd58f5 --- /dev/null +++ b/apps/web/components/shared/sidebar/TSidebarItem.ts @@ -0,0 +1,5 @@ +export interface TSidebarItem { + name: string; + icon: JSX.Element; + path: string; +} -- cgit v1.2.3-70-g09d2