Skip to content

Commit

Permalink
[frontend] remove useless import
Browse files Browse the repository at this point in the history
Signed-off-by: Marine LM <[email protected]>
  • Loading branch information
MarineLeM committed Jan 13, 2025
1 parent e58a275 commit ca3fd74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Transition from '../../../../components/common/Transition';
import { useFormatter } from '../../../../components/i18n';
import ItemTags from '../../../../components/ItemTags';
import type { Theme } from '../../../../components/Theme';
import type { Team, TeamOutput } from '../../../../utils/api-types';
import type { TeamOutput } from '../../../../utils/api-types';
import CreateTeam from '../../components/teams/CreateTeam';
import { PermissionsContext, TeamContext } from '../Context';

Expand Down

0 comments on commit ca3fd74

Please sign in to comment.