Skip to content

Commit

Permalink
fix: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
zant committed Sep 9, 2024
1 parent cd0fd11 commit 9ec65d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/list/TeamsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Dialog } from '@mui/material';
import { useState } from 'react';
import { useTranslation } from 'react-i18next';
import useStateContext from '@/hooks/useStateContext';
import { Member } from '@/schemas';
import { Team } from '@/schemas/entities';
import Button from '@/themed/button/Button';
import { HeadCell } from '../../themed/table/DataTable';
Expand Down

0 comments on commit 9ec65d0

Please sign in to comment.