This commit is contained in:
parent
a5dd8782ba
commit
091503410a
|
@ -272,10 +272,6 @@ const contentTree: (ChapterSection | ChaptersSection)[] = [
|
||||||
import: negativeVerbs,
|
import: negativeVerbs,
|
||||||
slug: "negative-verbs",
|
slug: "negative-verbs",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
import: verbEndings,
|
|
||||||
slug: "verb-endings",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
import: ability,
|
import: ability,
|
||||||
slug: "ability",
|
slug: "ability",
|
||||||
|
@ -284,6 +280,10 @@ const contentTree: (ChapterSection | ChaptersSection)[] = [
|
||||||
import: passiveVoice,
|
import: passiveVoice,
|
||||||
slug: "passive-voice",
|
slug: "passive-voice",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
import: verbEndings,
|
||||||
|
slug: "verb-endings",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
import: masterChart,
|
import: masterChart,
|
||||||
slug: "master-chart",
|
slug: "master-chart",
|
||||||
|
|
Loading…
Reference in New Issue