Fixed imports in pages
This commit is contained in:
@ -3,21 +3,21 @@ import { useDispatch, useSelector } from "react-redux";
|
||||
import { useParams, useNavigate, Navigate } from "react-router-dom";
|
||||
import SVG from "react-inlinesvg";
|
||||
|
||||
import { LEVELS, SKILLS } from "../../utils/constants";
|
||||
import { LEVELS, SKILLS } from "@utils/constants";
|
||||
import {
|
||||
currentCandidate,
|
||||
selectCurrentCandidate,
|
||||
} from "../../redux/outstaffingSlice";
|
||||
import { apiRequest } from "../../api/request";
|
||||
import { urlForLocal } from "../../utils/helper";
|
||||
} from "@redux/outstaffingSlice";
|
||||
import { apiRequest } from "@api/request";
|
||||
import { urlForLocal } from "@utils/helper";
|
||||
|
||||
import Form from "../../components/Form/Form";
|
||||
import { Footer } from "../../components/Footer/Footer";
|
||||
import { LogoutButton } from "../../components/LogoutButton/LogoutButton";
|
||||
import Form from "@components/Form/Form";
|
||||
import { Footer } from "@components/Common/Footer/Footer";
|
||||
import { LogoutButton } from "@components/LogoutButton/LogoutButton";
|
||||
|
||||
import arrow from "../../assets/icons/arrows/left-arrow.png";
|
||||
import rectangle from "../../assets/images/rectangle_secondPage.png";
|
||||
import telegramIcon from "../../assets/icons/telegram-icon.svg";
|
||||
import arrow from "assets/icons/arrows/left-arrow.png";
|
||||
import rectangle from "assets/images/rectangle_secondPage.png";
|
||||
import telegramIcon from "assets/icons/telegram-icon.svg";
|
||||
|
||||
import "./formPage.scss";
|
||||
|
||||
|
Reference in New Issue
Block a user