Skip to content

Commit

Permalink
Fix: Remove the unuseful code
Browse files Browse the repository at this point in the history
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
  • Loading branch information
barnettZQG committed Apr 28, 2023
1 parent 5917812 commit 75a9dda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from 'react';

import { createUser, updateUser } from '../../../../api/users';
import DrawerWithFooter from '../../../../components/Drawer';
import { If } from '../../../../components/If';
import { Translation } from '../../../../components/Translation';
import i18n from '../../../../i18n';
import type { RolesBase } from '../../../../interface/roles';
Expand Down

0 comments on commit 75a9dda

Please sign in to comment.