diff --git a/src/app/(app)/problems/[id]/@Bot/layout.tsx b/src/app/(app)/problems/[id]/@Bot/layout.tsx new file mode 100644 index 0000000..675be62 --- /dev/null +++ b/src/app/(app)/problems/[id]/@Bot/layout.tsx @@ -0,0 +1,15 @@ +interface BotLayoutProps { + children: React.ReactNode; +} + +export default function BotLayout({ + children, +}: BotLayoutProps) { + return ( +