From d697993e878e24b573fd40f9fc76023162d3abc5 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Sat, 8 Mar 2025 19:50:21 +0800 Subject: [PATCH] refactor(playground): replace Header with WorkspaceHeader --- src/app/(app)/playground/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(app)/playground/layout.tsx b/src/app/(app)/playground/layout.tsx index 4885116..838d71d 100644 --- a/src/app/(app)/playground/layout.tsx +++ b/src/app/(app)/playground/layout.tsx @@ -3,7 +3,7 @@ import { ResizablePanel, ResizablePanelGroup, } from "@/components/ui/resizable"; -import { Header } from "@/components/header"; +import { WorkspaceHeader } from "@/components/workspace-header"; interface PlaygroundLayoutProps { problem: React.ReactNode; @@ -16,7 +16,7 @@ export default function PlaygroundLayout({ }: PlaygroundLayoutProps) { return (
-
+