feat: implement core admin dashboard infrastructure including service layers, UI components, and submission management pages
This commit is contained in:
@@ -11,7 +11,7 @@ export default function BlankPage() {
|
||||
return (
|
||||
<div>
|
||||
<PageBreadcrumb pageTitle="Blank Page" />
|
||||
<div className="min-h-screen rounded-2xl border border-gray-200 bg-white px-5 py-7 dark:border-gray-800 dark:bg-white/[0.03] xl:px-10 xl:py-12">
|
||||
<div className="min-h-screen rounded-2xl border border-gray-200 bg-white px-5 py-7 dark:border-gray-800 dark:bg-white/3 xl:px-10 xl:py-12">
|
||||
<div className="mx-auto w-full max-w-[630px] text-center">
|
||||
<h3 className="mb-4 font-semibold text-gray-800 text-theme-xl dark:text-white/90 sm:text-2xl">
|
||||
Card Title Here
|
||||
|
||||
Reference in New Issue
Block a user