From d21fab74bc430031b6b8bdb5319d6e2c9c0f0242 Mon Sep 17 00:00:00 2001 From: ashley zomo Date: Wed, 28 Dec 2022 01:37:09 -0600 Subject: [PATCH] bots page --- src/pages/Bots.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {