mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
refactor(problems): update ProblemHeader import path to new location
This commit is contained in:
parent
aec8393d2d
commit
ba1937ecbb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user