first commit
This commit is contained in:
7
app/admin/profile/page.tsx
Normal file
7
app/admin/profile/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import ProfileClient from './ProfileClient'
|
||||
import { getProfile } from './actions'
|
||||
|
||||
export default async function ProfilePage() {
|
||||
const profile = await getProfile()
|
||||
return <ProfileClient initialProfile={profile} />
|
||||
}
|
||||
Reference in New Issue
Block a user