feat(ui): add topic test screen

This commit is contained in:
shafin-r
2025-08-20 20:11:15 +06:00
parent 399c0b0060
commit be5c723bff
4 changed files with 154 additions and 77 deletions

View File

@ -9,7 +9,11 @@ import { House, LayoutGrid, Bookmark, Settings } from "lucide-react";
const tabs = [
{ name: "Home", href: "/home", component: <House size={30} /> },
{ name: "Subjects", href: "/subjects", component: <LayoutGrid size={30} /> },
{
name: "Categories",
href: "/subjects",
component: <LayoutGrid size={30} />,
},
{ name: "Bookmark", href: "/bookmark", component: <Bookmark size={30} /> },
{ name: "Settings", href: "/settings", component: <Settings size={30} /> },
];