Skip to content

Commit 04d0859

Browse files
committed
refactor: split main app orchestration seams
1 parent 2025835 commit 04d0859

16 files changed

Lines changed: 4113 additions & 2754 deletions

src/App.tsx

Lines changed: 5 additions & 2744 deletions
Large diffs are not rendered by default.

src/features/app/components/AppModals.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type MobileRemoteWorkspacePathPromptState = {
5959
recentPaths: string[];
6060
} | null;
6161

62-
type AppModalsProps = {
62+
export type AppModalsProps = {
6363
renamePrompt: RenamePromptState;
6464
onRenamePromptChange: (value: string) => void;
6565
onRenamePromptCancel: () => void;

0 commit comments

Comments
 (0)