New admin section.

This commit is contained in:
Mike Cao 2025-07-08 18:40:47 -07:00
parent b78ff3b477
commit ce1f6c3618
44 changed files with 515 additions and 157 deletions

View file

@ -1,8 +1,8 @@
import { Metadata } from 'next';
import { UsersSettingsPage } from './UsersSettingsPage';
import { UsersPage } from './UsersPage';
export default function () {
return <UsersSettingsPage />;
return <UsersPage />;
}
export const metadata: Metadata = {
title: 'Users',