Reorganize admin components to help bundling

This commit is contained in:
Gabe Kangas
2023-01-10 00:37:11 -08:00
parent 29882f1291
commit 7392ae8a54
67 changed files with 138 additions and 126 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ import {
UPDATE_CHAT_MESSGAE_VIZ,
} from '../../../utils/apis';
import { isEmptyObject } from '../../../utils/format';
import { MessageVisiblityToggle } from '../../../components/MessageVisiblityToggle';
import { UserPopover } from '../../../components/UserPopover';
import { MessageVisiblityToggle } from '../../../components/admin/MessageVisiblityToggle';
import { UserPopover } from '../../../components/admin/UserPopover';
const { Title } = Typography;