fix: top menu
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import PageHeader from '../../components/PageHeader'
|
||||
|
||||
function MCQPage() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader />
|
||||
<div className="content-panel">
|
||||
<h2>MCQ Questions</h2>
|
||||
<p>MCQ content will appear here.</p>
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
import PageHeader from '../../components/PageHeader'
|
||||
|
||||
function ParagraphPage() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader />
|
||||
<div className="content-panel">
|
||||
<h2>Paragraph Questions</h2>
|
||||
<p>Paragraph content will appear here.</p>
|
||||
|
||||
Reference in New Issue
Block a user