Skip to content

Commit 488173e

Browse files
kdmccormickbradenmacdonald
authored andcommitted
fix: Subsections should come before Sections
1 parent 5a84d8c commit 488173e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library-authoring/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export enum ContentType {
4848
collections = 'collections',
4949
components = 'components',
5050
units = 'units',
51-
sections = 'sections',
5251
subsections = 'subsections',
52+
sections = 'sections',
5353
}
5454

5555
export const allLibraryPageTabs: ContentType[] = Object.values(ContentType);

0 commit comments

Comments
 (0)