diff --git a/src/pages/Bots.tsx b/src/pages/Bots.tsx index cf40f13..4663338 100644 --- a/src/pages/Bots.tsx +++ b/src/pages/Bots.tsx @@ -1,8 +1,8 @@ -import { useEffect, useMemo, useState } from "react" +import { useMemo, useState } from "react" import { Link } from "react-router-dom" -import { authFetch, useAuthFetch, useAuthFetchRepeat } from "../authorization" +import { authFetch, useAuthFetchRepeat } from "../authorization" import { SVGPlus } from "../components/Icons" -import { Button, InputPassword, InputText } from "../components/Inputs" +import { Button, InputPassword } from "../components/Inputs" import { overrideTailwindClasses } from "../general" interface DiscordBot {