feat: init page, router, layout
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import PageHeader from '../components/PageHeader.jsx'
|
||||
|
||||
function CoursesPage() {
|
||||
return (
|
||||
<>
|
||||
<PageHeader
|
||||
title="Khoa hoc"
|
||||
description="Quan ly danh sach khoa hoc, noi dung bai hoc va trang thai xuat ban."
|
||||
/>
|
||||
<section className="content-panel">
|
||||
<h2>Danh sach khoa hoc</h2>
|
||||
<p>Khoi tao noi dung quan ly khoa hoc tai day.</p>
|
||||
</section>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default CoursesPage
|
||||
Reference in New Issue
Block a user