|
@@ -5,7 +5,7 @@ import {
|
|
|
} from 'antd';
|
|
} from 'antd';
|
|
|
import { useQuery } from '@tanstack/react-query';
|
|
import { useQuery } from '@tanstack/react-query';
|
|
|
import dayjs from 'dayjs';
|
|
import dayjs from 'dayjs';
|
|
|
-import * as UserAPI from './api/users.ts';
|
|
|
|
|
|
|
+import { UserAPI } from './api/users.ts';
|
|
|
|
|
|
|
|
const { Title } = Typography;
|
|
const { Title } = Typography;
|
|
|
|
|
|