Fixed imports in pages

This commit is contained in:
MaxOvs19
2023-05-30 10:54:47 +03:00
parent 11b91ef627
commit 09babcb096
57 changed files with 345 additions and 349 deletions

View File

@ -3,7 +3,7 @@ import { useParams, useNavigate } from "react-router-dom";
import PhoneInput from "react-phone-input-2";
import { apiRequest } from "@api/request";
import { Loader } from "@components/Loader/Loader";
import { Loader } from "@components/Common/Loader/Loader";
import Swal from "sweetalert2";
import withReactContent from "sweetalert2-react-content";