Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jadmsaadaot committed Sep 13, 2023
1 parent ca4fbcb commit 3d27c2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useMemo, useState } from 'react';
import React, { useMemo, useState } from 'react';
import { USER_ROLES } from 'services/userService/constants';
import { CircularProgress, MenuItem, Select } from '@mui/material';
import { Engagement } from 'models/engagement';
Expand Down

0 comments on commit 3d27c2c

Please sign in to comment.