feat: add department dashboard
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
import DashboardLayout from "@/components/layout/DashboardLayout";
|
||||
import React from "react";
|
||||
|
||||
export default function Blog() {
|
||||
return (
|
||||
<DashboardLayout>
|
||||
<h1 className="text-xl font-semibold mb-4">Blog Management</h1>
|
||||
|
||||
<button className="px-4 py-2 bg-black text-white rounded">
|
||||
Create Blog
|
||||
</button>
|
||||
</DashboardLayout>
|
||||
);
|
||||
function Blog() {
|
||||
return <div>Blog</div>;
|
||||
}
|
||||
|
||||
export default Blog;
|
||||
|
||||
Reference in New Issue
Block a user