|
@@ -7,8 +7,6 @@ import { useSelector } from 'react-redux'
|
|
|
import apiObj from '@api/index';
|
|
|
import UserContext from './user-context';
|
|
|
import { getValueFromEvent } from '@utils/index'
|
|
|
-import { logDOM } from '@testing-library/react';
|
|
|
-
|
|
|
const { post, api, xPost } = apiObj;
|
|
|
const { Option } = Select;
|
|
|
function UserManager() {
|