From 091503410a2e68f49593579846edeed1a13ae5ed Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 30 Jul 2022 22:58:34 -0500 Subject: [PATCH] up --- src/content/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",