Renamed (app) folder to (main).
This commit is contained in:
13
src/app/(main)/settings/users/page.tsx
Normal file
13
src/app/(main)/settings/users/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import UsersList from 'app/(main)/settings/users/UsersList';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export default function () {
|
||||
if (process.env.cloudMode) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return <UsersList />;
|
||||
}
|
||||
export const metadata: Metadata = {
|
||||
title: 'Users | umami',
|
||||
};
|
||||
Reference in New Issue
Block a user