Project structure changes ad new files added in dashboard folders
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Eye,EyeOff } from "lucide-react";
|
||||
import FormInput from "@/utils/formInput";
|
||||
import Button from "@/utils/button";
|
||||
import FormInput from "@/components/common/formInput";
|
||||
import Button from "@/components/common/button";
|
||||
import { useState } from "react";
|
||||
|
||||
import {Props} from "@/constants/types"
|
||||
import {Props} from "@/types/types"
|
||||
import { signIn } from "next-auth/react";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user