Skip to content

Commit fca99d6

Browse files
committed
refactor
1 parent 33a8705 commit fca99d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1355
-1045
lines changed

apps/web/src/app/editor/[project_id]/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from "@/components/ui/resizable";
99
import { AssetsPanel } from "@/components/editor/panels/assets";
1010
import { PropertiesPanel } from "@/components/editor/panels/properties";
11-
import { Timeline } from "@/components/editor/timeline";
11+
import { Timeline } from "@/components/editor/panels/timeline";
1212
import { PreviewPanel } from "@/components/editor/panels/preview";
1313
import { EditorHeader } from "@/components/editor/editor-header";
1414
import { EditorProvider } from "@/components/providers/editor-provider";
@@ -65,7 +65,7 @@ function EditorLayout() {
6565
defaultSize={panels.tools}
6666
minSize={15}
6767
maxSize={40}
68-
className="min-w-0 rounded-sm"
68+
className="min-w-0"
6969
>
7070
<AssetsPanel />
7171
</ResizablePanel>
@@ -86,7 +86,7 @@ function EditorLayout() {
8686
defaultSize={panels.properties}
8787
minSize={15}
8888
maxSize={40}
89-
className="min-w-0 rounded-sm"
89+
className="min-w-0"
9090
>
9191
<PropertiesPanel />
9292
</ResizablePanel>

0 commit comments

Comments
 (0)