fix: ts error

This commit is contained in:
Maze Winther 2025-08-05 09:06:13 +02:00
parent eafea56e99
commit 2a7cc13d3e
1 changed files with 1 additions and 1 deletions

View File

@ -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;