chore: remove unused dependency

This commit is contained in:
Pablo Lara
2024-10-01 14:14:26 +02:00
parent 2e443db362
commit ceebfc9aca
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -1,5 +1,3 @@
import React from "react";
import { AuthForm } from "@/components/auth";
const SignIn = () => {
-2
View File
@@ -1,5 +1,3 @@
import React from "react";
import { AuthForm } from "@/components/auth";
const SignUp = () => {