feat(pages): add targeted practice, drills, hard test modules pages

This commit is contained in:
shafin-r
2026-02-01 17:35:35 +06:00
parent 60e858c931
commit 62238cbf8f
5 changed files with 50 additions and 4 deletions

View File

@ -0,0 +1,7 @@
export const Drills = () => {
return (
<main className="min-h-screen max-w-7xl mx-auto px-8 sm:px-6 lg:px-8 py-8 space-y-4">
Drills
</main>
);
};