refactor(problems): update ProblemHeader import path to new location

This commit is contained in:
cfngc4594 2025-05-13 16:14:57 +08:00
parent aec8393d2d
commit ba1937ecbb

View File

@ -1,5 +1,5 @@
import { notFound } from "next/navigation"; import { notFound } from "next/navigation";
import { ProblemHeader } from "@/features/problems/components/problem-header"; import { ProblemHeader } from "@/features/problems/components/header";
interface ProblemLayoutProps { interface ProblemLayoutProps {
children: React.ReactNode; children: React.ReactNode;