add client/admin pages, show info and created admin api and server actions
This commit is contained in:
@@ -10,7 +10,6 @@ type Props = {
|
||||
const AuthLayout = ({ children }: Props) => {
|
||||
return (
|
||||
<>
|
||||
<Navbar/>
|
||||
<div
|
||||
className="h-full flex items-center justify-center bg-[radial-gradient(ellipse_at_top,_var(--tw-gradient-stops))] from-sky-400 to-blue-800">
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user