mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-19 07:23:46 +08:00
merge
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import UsageByModel from "./usage-by-model-chart";
|
||||
import UserByMap from "./user-by-map";
|
||||
// import UserByMap from "./user-by-map";
|
||||
|
||||
import { Flex } from "antd";
|
||||
|
||||
@@ -8,7 +8,7 @@ export default async function AdminPage() {
|
||||
<>
|
||||
<Flex gap="middle" vertical>
|
||||
<UsageByModel />
|
||||
<UserByMap />
|
||||
{/*<UserByMap />*/}
|
||||
</Flex>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user