Skip to content

Commit

Permalink
Update Register.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonslayer committed Nov 15, 2023
1 parent 60adcf7 commit 2c173c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web-admin-dashboard/src/components/auth/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import * as EmailValidator from "email-validator";
import { GoogleLogin } from "@react-oauth/google";
import { jwtDecode } from "jwt-decode";
import api from "@/utils/api";
import { useWindowWidth } from "./windowWidth";

interface Props {
setSelectedTab: Dispatch<SetStateAction<string>>;
Expand Down

0 comments on commit 2c173c3

Please sign in to comment.