fix: top menu

This commit is contained in:
2026-09-15 23:37:48 +07:00
parent f8eaa51d9d
commit 84a1319362
26 changed files with 785 additions and 239 deletions
@@ -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>