drop a comment describing an export that left with offscale
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
// 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 { chatListPath, chatNewPath, chatSessionPath, cwdFromSplat, GROUP_SEGMENT } from './apps/ChatHistory';
|
||||||
export { CodeEditorView } from './apps/CodeEditor';
|
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.
|
// Same for /photos.
|
||||||
export { DEFAULT_PHOTOS_SECTION, photosSectionPath, isPhotosSection } from './apps/Photos/shared';
|
export { DEFAULT_PHOTOS_SECTION, photosSectionPath, isPhotosSection } from './apps/Photos/shared';
|
||||||
export type { PhotosSectionId } from './apps/Photos/shared';
|
export type { PhotosSectionId } from './apps/Photos/shared';
|
||||||
|
|||||||
Reference in New Issue
Block a user