mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
refactor(page): update import paths for WorkspaceEditorHeader and WorkspaceEditorFooter
This commit is contained in:
parent
91d9344bc9
commit
ceee810e14
@ -2,8 +2,8 @@ import prisma from "@/lib/prisma";
|
|||||||
import { notFound } from "next/navigation";
|
import { notFound } from "next/navigation";
|
||||||
import { CodeEditor } from "@/components/problem-editor";
|
import { CodeEditor } from "@/components/problem-editor";
|
||||||
import { ProblemEditorProvider } from "@/providers/problem-editor-provider";
|
import { ProblemEditorProvider } from "@/providers/problem-editor-provider";
|
||||||
import WorkspaceEditorHeader from "@/components/features/playground/workspace/editor/components/header";
|
import { WorkspaceEditorHeader } from "@/components/features/playground/workspace/editor/components/header";
|
||||||
import WorkspaceEditorFooter from "@/components/features/playground/workspace/editor/components/footer";
|
import { WorkspaceEditorFooter } from "@/components/features/playground/workspace/editor/components/footer";
|
||||||
|
|
||||||
interface WorkspaceEditorProps {
|
interface WorkspaceEditorProps {
|
||||||
params: Promise<{ id: string }>;
|
params: Promise<{ id: string }>;
|
||||||
|
Loading…
Reference in New Issue
Block a user