Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
TomRomeo committed Mar 17, 2024
1 parent c021ff5 commit e3c5aa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { NextSeo } from "next-seo";
import { useRouter } from "next/router";
import { useEffect, useRef, useState } from "react";
import { ArrowRight, Check } from "react-feather";
import { toast } from "react-hot-toast";

import { Text } from "@/components/Text";
import { InputField } from "@/components/form/InputField";
Expand Down

0 comments on commit e3c5aa3

Please sign in to comment.