Skip to content

Commit 01c1dcc

Browse files
committed
Rename module to reflect new public interface
1 parent 636980a commit 01c1dcc

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/lite/ui/src/routes/project/$id/workspace/-WorkspaceOutline.ts renamed to apps/lite/ui/src/routes/project/$id/workspace/-WorkspaceModel.ts

File renamed without changes.

apps/lite/ui/src/routes/project/$id/workspace/-WorkspaceShortcuts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
type ChangesSectionItem,
2020
BaseCommitItem,
2121
} from "./-Item.ts";
22-
import { getAdjacentItem, getAdjacentSection, type NavigationIndex } from "./-WorkspaceOutline.ts";
22+
import { getAdjacentItem, getAdjacentSection, type NavigationIndex } from "./-WorkspaceModel.ts";
2323
import { getFocus, type ProjectLayoutState } from "#ui/routes/project/$id/-state/layout.ts";
2424
import { type ProjectStateAction } from "#ui/routes/project/$id/-state/project.ts";
2525
import { PreviewImperativeHandle } from "./route.tsx";

apps/lite/ui/src/routes/project/$id/workspace/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ import {
111111
type SegmentMode,
112112
segmentItem,
113113
} from "./-Item.ts";
114-
import { buildNavigationIndex, buildWorkspaceOutline } from "./-WorkspaceOutline.ts";
114+
import { buildNavigationIndex, buildWorkspaceOutline } from "./-WorkspaceModel.ts";
115115
import {
116116
renameBranchBindings,
117117
handleRenameBranchKeyDown,

0 commit comments

Comments
 (0)