mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +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 { 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user