refactor: project configuration
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { ChangeEvent, useEffect, useState, FC } from "react";
|
||||
import toast from "react-hot-toast";
|
||||
import Input from "../../common/component/styled/Input";
|
||||
import { useUpdatePasswordMutation, useGetCredentialsQuery } from "../../app/services/auth";
|
||||
import StyledModal from "../../common/component/styled/Modal";
|
||||
import Button from "../../common/component/styled/Button";
|
||||
import Modal from "../../common/component/Modal";
|
||||
import Input from "@/components/styled/Input";
|
||||
import { useUpdatePasswordMutation, useGetCredentialsQuery } from "@/app/services/auth";
|
||||
import StyledModal from "@/components/styled/Modal";
|
||||
import Button from "@/components/styled/Button";
|
||||
import Modal from "@/components/Modal";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user