* 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.
3 lines
124 B
TypeScript
3 lines
124 B
TypeScript
export { LibrarySectionPage } from './LibrarySectionPage';
|
|
export { LibrarySubsectionPage } from './LibrarySubsectionPage';
|