feat(lessons): add new lessons for english section
This commit is contained in:
@ -21,7 +21,6 @@ import { Drills } from "./pages/student/drills/page";
|
||||
import { HardTestModules } from "./pages/student/hard-test-modules/page";
|
||||
import { Analytics } from "./pages/student/Analytics";
|
||||
import { QuestMap } from "./pages/student/QuestMap";
|
||||
import ErrorPage from "./pages/ErrorPage";
|
||||
import { Register } from "./pages/auth/Register";
|
||||
|
||||
function App() {
|
||||
@ -40,6 +39,7 @@ function App() {
|
||||
children: [
|
||||
{
|
||||
element: <StudentLayout />,
|
||||
|
||||
children: [
|
||||
{
|
||||
path: "home",
|
||||
|
||||
Reference in New Issue
Block a user