From 37eee3a545dd05986e5791cacbda248800ae1795 Mon Sep 17 00:00:00 2001 From: Poyraz Avsever Date: Mon, 8 Jun 2026 15:14:32 +0300 Subject: [PATCH] feat: initialize sidebar navigation configuration and data structure --- config/sidebar.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config/sidebar.ts b/config/sidebar.ts index 3738e13..ae63d8a 100644 --- a/config/sidebar.ts +++ b/config/sidebar.ts @@ -8,9 +8,6 @@ import { MessageCircleHeart, Sparkles, Wallet, - FileText, - Receipt, - CreditCard, } from "lucide-react"; export type SidebarNavItem = { @@ -43,14 +40,6 @@ export const sidebarData: SidebarNavGroup[] = [ { title: "Finans", href: "/finance", icon: Wallet }, ], }, - { - title: "BUSINESS OS", - items: [ - { title: "Teklifler", href: "/business/proposals", icon: FileText }, - { title: "Faturalar", href: "/business/invoices", icon: Receipt }, - { title: "Abonelikler", href: "/business/subscriptions", icon: CreditCard }, - ], - }, { title: "KİŞİSEL", items: [{ title: "Günlük", href: "/journal", icon: BookOpenText }],