Files
frontend-app-authoring/src/library-authoring/section-subsections/index.tsx
Navin Karkera dd6780ff41 feat: library section and subsection page (#2032)
* Adds section and subsection library pages. 
* Refactors routing to support them and fix routing from collections page to other pages.
* Refactors library context to reliably set component, unit, and other container ids even when the url changes when user goes back in history rapidly.
2025-06-04 17:32:29 +00:00

3 lines
124 B
TypeScript

export { LibrarySectionPage } from './LibrarySectionPage';
export { LibrarySubsectionPage } from './LibrarySubsectionPage';