Skip to content

Commit

Permalink
chore(app): remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Sep 10, 2024
1 parent b1faee5 commit 840b29a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { useAppTranslation } from '@hooks/index';
import { EditDeleteDialogProps } from './index.types';
import Dialog from '@components/dialog';
import GroupEdit from '../../group_edit';
Expand All @@ -12,8 +11,6 @@ const EditDeleteDialog = ({
open,
type,
}: EditDeleteDialogProps) => {
const { t } = useAppTranslation();

return (
<Dialog onClose={onClose} open={open} sx={{ padding: '24px' }}>
{type === 'edit' && (
Expand Down

0 comments on commit 840b29a

Please sign in to comment.