Files
aplp.frontend.lms/src/pages/question-bank/ParagraphPage.jsx
T
2026-09-15 23:37:48 +07:00

14 lines
229 B
React

function ParagraphPage() {
return (
<>
<div className="content-panel">
<h2>Paragraph Questions</h2>
<p>Paragraph content will appear here.</p>
</div>
</>
)
}
export default ParagraphPage