initial commit
This commit is contained in:
6
app/manage_pet_account/page.tsx
Normal file
6
app/manage_pet_account/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
export default async function Page() {
|
||||
return <>
|
||||
<h1>This is manage pet account content</h1>
|
||||
<p>Given the user account ID, need to load all active pet accounts and display data like friends and whatnot. have button to create/delete pet account</p>
|
||||
</>
|
||||
}
|
||||
Reference in New Issue
Block a user