fix: Subsections should come before Sections
This commit is contained in:
committed by
Braden MacDonald
parent
5a84d8c52f
commit
488173ebdb
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user