diff --git a/src/app/(app)/course/layout.tsx b/src/app/(app)/course/layout.tsx deleted file mode 100644 index 92a9e1c..0000000 --- a/src/app/(app)/course/layout.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import Navbar from "@/components/Navbar" -import {Separator} from "@/components/ui/separator" -import Footer from "@/components/Footer" - -export default function CourseLayout({ - children, -}: { - children: React.ReactNode; -}) { - return ( - <> - {children} - -