From 3209ce1cd237d194e2a81b3fa8d8d43d4ac4008a Mon Sep 17 00:00:00 2001 From: kenneth Date: Tue, 21 Oct 2025 23:58:18 +0000 Subject: [PATCH] chore: remove unused import --- apps/drive-web/src/routes/_authenticated/_sidebar-layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/drive-web/src/routes/_authenticated/_sidebar-layout.tsx b/apps/drive-web/src/routes/_authenticated/_sidebar-layout.tsx index 654fbf3..a24d981 100644 --- a/apps/drive-web/src/routes/_authenticated/_sidebar-layout.tsx +++ b/apps/drive-web/src/routes/_authenticated/_sidebar-layout.tsx @@ -1,6 +1,5 @@ import { createFileRoute, Outlet } from "@tanstack/react-router" import { SidebarInset, SidebarProvider } from "@/components/ui/sidebar" -import { Toaster } from "@/components/ui/sonner" import { DashboardSidebar } from "@/dashboard/dashboard-sidebar" export const Route = createFileRoute("/_authenticated/_sidebar-layout")({