Admin section updates.

This commit is contained in:
Mike Cao 2025-07-10 20:04:17 -07:00
parent 87449ece9e
commit 1b81074752
20 changed files with 274 additions and 647 deletions

View file

@ -8,5 +8,5 @@ export default async function ({ params }: { params: Promise<{ userId: string }>
}
export const metadata: Metadata = {
title: 'Users',
title: 'User',
};