File tree Expand file tree Collapse file tree
apps/web/src/features/admin Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ import { WithFallback } from '@/components/WithFallback';
1111import { useSearch } from '@/hooks/useSearch' ;
1212import { useAppStore } from '@/store' ;
1313
14+ import { UpdateUserForm , type UpdateUserFormInputData } from '../components/UpdateUserForm' ;
1415import { useDeleteUserMutation } from '../hooks/useDeleteUserMutation' ;
1516import { useGroupsQuery } from '../hooks/useGroupsQuery' ;
1617import { useUpdateUserMutation } from '../hooks/useUpdateUserMutation' ;
1718import { useUsersQuery } from '../hooks/useUsersQuery' ;
18- import { UpdateUserForm , type UpdateUserFormInputData } from './UpdateUserForm' ;
1919
2020export const ManageUsersPage = ( ) => {
2121 const currentUser = useAppStore ( ( store ) => store . currentUser ) ;
You can’t perform that action at this time.
0 commit comments