chore: remove unused imports from React files

This commit is contained in:
gitea_admin 2024-02-07 13:42:21 +05:45
parent 84c6e8a388
commit 1de846fb64
62 changed files with 205 additions and 206 deletions

View file

@ -7,8 +7,8 @@ import Toast from '@components/StyledElements/Toast/Toast';
import { getAPIUrl } from '@services/config/config';
import { removeUserFromOrg } from '@services/organizations/orgs';
import { swrFetcher } from '@services/utils/ts/requests';
import { KeyRound, LogOut, X } from 'lucide-react';
import React, { use, useEffect } from 'react'
import { KeyRound, LogOut } from 'lucide-react';
import React, { useEffect } from 'react'
import toast from 'react-hot-toast';
import useSWR, { mutate } from 'swr';