From 83f7a342096e03148bc2ad8abac1bcab58e5a816 Mon Sep 17 00:00:00 2001 From: Shoaib Attar <143705860+Optimized-Brain@users.noreply.github.com> Date: Sat, 7 Jun 2025 22:16:59 +0530 Subject: [PATCH] Update tabs.tsx --- src/components/ui/tabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/tabs.tsx b/src/components/ui/tabs.tsx index 26eb109..592915a 100644 --- a/src/components/ui/tabs.tsx +++ b/src/components/ui/tabs.tsx @@ -51,5 +51,5 @@ const TabsContent = React.forwardRef< /> )) TabsContent.displayName = TabsPrimitive.Content.displayName - +// export { Tabs, TabsList, TabsTrigger, TabsContent }