mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix: ts error
This commit is contained in:
@@ -3,7 +3,7 @@ import { Separator } from "@/components/ui/separator";
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
|
||||
|
||||
interface BaseViewProps {
|
||||
children: React.ReactNode;
|
||||
children?: React.ReactNode;
|
||||
defaultTab?: string;
|
||||
tabs?: {
|
||||
value: string;
|
||||
|
||||
Reference in New Issue
Block a user