website refactor
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import { AdminLayout } from '@/components/admin/AdminLayout';
|
||||
import { AdminDashboardPage } from '@/components/admin/AdminDashboardPage';
|
||||
import { AdminDashboardClient } from './AdminDashboardClient';
|
||||
|
||||
export default function AdminPage() {
|
||||
return (
|
||||
<AdminLayout>
|
||||
<AdminDashboardPage />
|
||||
</AdminLayout>
|
||||
);
|
||||
return <AdminDashboardClient />;
|
||||
}
|
||||
Reference in New Issue
Block a user