Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
iibarbari committed Nov 8, 2024
1 parent bfebc75 commit 564da1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SignIn/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { IconX } from "@tabler/icons-react";
import clsx from "clsx";
import { useEffect, useState } from "react";
import { useState } from "react";
import { useErrorBoundary } from "react-error-boundary";
import { useForm } from "react-hook-form";
import { Link } from "wouter";
Expand Down

0 comments on commit 564da1c

Please sign in to comment.