diff --git a/src/app/(app)/problems/[problemId]/layout.tsx b/src/app/(app)/problems/[problemId]/layout.tsx index c82780b..735750d 100644 --- a/src/app/(app)/problems/[problemId]/layout.tsx +++ b/src/app/(app)/problems/[problemId]/layout.tsx @@ -1,5 +1,5 @@ import { notFound } from "next/navigation"; -import { ProblemHeader } from "@/features/problems/components/problem-header"; +import { ProblemHeader } from "@/features/problems/components/header"; interface ProblemLayoutProps { children: React.ReactNode;