fix: Subsections should come before Sections

This commit is contained in:
Kyle McCormick
2025-06-17 16:27:50 -04:00
committed by Braden MacDonald
parent 5a84d8c52f
commit 488173ebdb

View File

@@ -48,8 +48,8 @@ export enum ContentType {
collections = 'collections',
components = 'components',
units = 'units',
sections = 'sections',
subsections = 'subsections',
sections = 'sections',
}
export const allLibraryPageTabs: ContentType[] = Object.values(ContentType);