feat(pages): add targeted practice, drills, hard test modules pages
This commit is contained in:
7
src/pages/student/hard-test-modules/page.tsx
Normal file
7
src/pages/student/hard-test-modules/page.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
export const HardTestModules = () => {
|
||||
return (
|
||||
<main className="min-h-screen max-w-7xl mx-auto px-8 sm:px-6 lg:px-8 py-8 space-y-4">
|
||||
HardTestModules
|
||||
</main>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user