From 2c89281bfc1ee9dd63a600e596d30dda8662b4bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Padez?= Date: Sat, 15 Aug 2026 00:49:32 +0000 Subject: [PATCH] drop a comment describing an export that left with offscale Co-Authored-By: Claude Opus 5 --- src/workspaces/officerdev/src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/workspaces/officerdev/src/index.ts b/src/workspaces/officerdev/src/index.ts index 96a89363..6a42c681 100644 --- a/src/workspaces/officerdev/src/index.ts +++ b/src/workspaces/officerdev/src/index.ts @@ -34,8 +34,6 @@ export type { SelectedSession } from './apps/ChatHistory'; // The chat URL vocabulary, so the /chat screen, the panels and the server all spell a group the same way. export { chatListPath, chatNewPath, chatSessionPath, cwdFromSplat, GROUP_SEGMENT } from './apps/ChatHistory'; export { CodeEditorView } from './apps/CodeEditor'; -// The route helpers, so the /headscale screen and the nav agree on one spelling of the section URL. - // Same for /photos. export { DEFAULT_PHOTOS_SECTION, photosSectionPath, isPhotosSection } from './apps/Photos/shared'; export type { PhotosSectionId } from './apps/Photos/shared';