Project structure changes ad new files added in dashboard folders
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import FormInput from "@/utils/formInput";
|
||||
import Button from "@/utils/button";
|
||||
import FormInput from "@/components/common/formInput";
|
||||
import Button from "@/components/common/button";
|
||||
|
||||
|
||||
import {Props} from "@/constants/types"
|
||||
import {Props} from "@/types/types"
|
||||
|
||||
|
||||
export default function ForgotPassword({ onBack }: Props) {
|
||||
|
||||
Reference in New Issue
Block a user