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

@ -4,7 +4,7 @@ import { Link, Navigate, useNavigate } from "react-router-dom";
import CalendarComponent from "./CalendarComponent";
import { currentMonth } from "./calendarHelper";
import { Footer } from "@components/Footer/Footer";
import { Footer } from "@components/Common/Footer/Footer";
import { LogoutButton } from "@components/LogoutButton/LogoutButton";
import { urlForLocal } from "@utils/helper";
import { selectCurrentCandidate } from "@redux/outstaffingSlice";