export const READING_TAB = "reading"; export const TREE_TAB = "tree"; export const DERIVED_SECTION_ID = "this-page-is-derived"; export const PARTS_SECTION_ID = "the-four-parts-measured"; export const SPINE_SECTION_ID = "containers-on-the-spine"; export const DIAGNOSES_SECTION_ID = "what-the-diagnoses-found"; export const WALK_SECTION_ID = "reading-a-walk"; export const FOLDER_ANCHOR = "folder-"; export const FILE_ANCHOR = "file-"; export const DEFINITION_ANCHOR = "definition-"; export const WALK_PANEL_ID = "walk-inspector"; export const SOURCE_PANEL_ID = "source-inspector";