Skip to content

Commit

Permalink
fix(client): cleanup on unused imports on admin approval/reject page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo committed Apr 23, 2023
1 parent 8db28aa commit 62c9124
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/client/src/pages/admin/signup.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { useEffect, useState } from "react";
import axios from "axios";
import { Check, X } from "lucide-react";
import { useTranslation } from "next-i18next";

import { AdminSignUpRequestList } from "@app/components/AdminSignUpRequestList";
import { StatusButton } from "@app/components/Button/Status";
import { SEO } from "@app/components/SEO";
import { Spinner } from "@app/components/Spinner";
import { withSSRAdmin } from "@app/hocs/withSSRAdmin";
Expand Down

0 comments on commit 62c9124

Please sign in to comment.