File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
apps/editor/src/app/editor Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11import getNodesFromDB from "@/actions/editor/getNodesFromDB" ;
22import Canvas from "@/components/editor/Canvas" ;
33import EditorStoreInitializer from "@/components/editor/EditorStoreInitializer" ;
4+ import { LeftSidebar } from "@/widgets/left-sidebar" ;
45import { RuntimeProvider } from "@repo/ui/context/runtimeContext" ;
56
67export default async function EditorPage ( ) {
@@ -14,7 +15,8 @@ export default async function EditorPage() {
1415 < EditorStoreInitializer initialNodes = { nodes } >
1516 { /* 다른 에디터 관련 컴포넌트들은 이곳에서 렌더링 됩니다!(사이드바,매니패스트 수정 컴포넌트 등등...) */ }
1617 < RuntimeProvider >
17- < div className = "relative h-full w-full border-2" >
18+ < div className = "flex h-full w-full overflow-hidden border-2" >
19+ < LeftSidebar />
1820 < Canvas />
1921 </ div >
2022 </ RuntimeProvider >
You can’t perform that action at this time.
0 commit comments