feat: add multiple admin dashboard layout components and update sidebar and navbar
This commit is contained in:
@@ -22,7 +22,7 @@ const AdminContext = createContext<AdminContextProperties | undefined>(
|
||||
|
||||
export const AdminProvider = ({ children }: PropsWithChildren) => {
|
||||
const [adminProfile, setAdminProfile] = useState<AdminProfile>({
|
||||
name: '',
|
||||
name: 'Admin',
|
||||
})
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user