diff --git a/src/content/index.ts b/src/content/index.ts index f31e270..5e3b1f3 100644 --- a/src/content/index.ts +++ b/src/content/index.ts @@ -272,10 +272,6 @@ const contentTree: (ChapterSection | ChaptersSection)[] = [ import: negativeVerbs, slug: "negative-verbs", }, - { - import: verbEndings, - slug: "verb-endings", - }, { import: ability, slug: "ability", @@ -284,6 +280,10 @@ const contentTree: (ChapterSection | ChaptersSection)[] = [ import: passiveVoice, slug: "passive-voice", }, + { + import: verbEndings, + slug: "verb-endings", + }, { import: masterChart, slug: "master-chart",