Fix comments

This commit is contained in:
2023-11-30 22:28:13 +07:00
parent 3f2747379c
commit 60b4723ddf
21 changed files with 274 additions and 140 deletions
@@ -10,7 +10,7 @@ import OrderBy from '@component/OrderBy';
import UserRow from './UserRow';
// Types
import { IUser } from '@type/users';
import { IUser } from '@type/user';
// Constants
import { ORDERBY_OPTIONS, USER_PAGE } from '@constant/commons';