feat(pages): add pretest screen
This commit is contained in:
@ -4,7 +4,7 @@ import { Home, BookOpen, Award, User, Video } from "lucide-react";
|
||||
export function StudentLayout() {
|
||||
const navItems = [
|
||||
{ to: "/student/home", icon: Home, label: "Home" },
|
||||
{ to: "/student/drills", icon: BookOpen, label: "Drills" },
|
||||
{ to: "/student/practice", icon: BookOpen, label: "Practice" },
|
||||
{ to: "/student/lessons", icon: Video, label: "Lessons" },
|
||||
{ to: "/student/rewards", icon: Award, label: "Rewards" },
|
||||
{ to: "/student/profile", icon: User, label: "Profile" },
|
||||
|
||||
Reference in New Issue
Block a user