Skip to content

Commit 56c94f4

Browse files
samejr0ski
authored andcommitted
Tidy exports
1 parent b2e59e3 commit 56c94f4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

apps/webapp/app/components/primitives/ClientTabs.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
"use client";
22

3-
import * as React from "react";
43
import * as TabsPrimitive from "@radix-ui/react-tabs";
4+
import * as React from "react";
55
import { cn } from "~/utils/cn";
6-
import { motion } from "framer-motion";
76

87
const ClientTabs = React.forwardRef<
98
React.ElementRef<typeof TabsPrimitive.Root>,
@@ -63,4 +62,4 @@ export type TabsProps = {
6362
layoutId: string;
6463
};
6564

66-
export { ClientTabs, ClientTabsList, ClientTabsTrigger, ClientTabsContent };
65+
export { ClientTabs, ClientTabsContent, ClientTabsList, ClientTabsTrigger };

0 commit comments

Comments
 (0)