Fixed imports all components
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import React, { useState } from "react";
|
||||
|
||||
import { Achievement } from "../Achievement/Achievement";
|
||||
import ModalAspirant from "../Modal/ModalAspirant/ModalAspirant";
|
||||
import { Achievement } from "@components/Achievement/Achievement";
|
||||
import ModalAspirant from "@components/Modal/ModalAspirant/ModalAspirant";
|
||||
|
||||
import { urlForLocal } from "../../helper";
|
||||
import { LEVELS, SKILLS } from "../../constants/constants";
|
||||
import { urlForLocal } from "@utils/helper";
|
||||
import { LEVELS, SKILLS } from "@utils/constants";
|
||||
|
||||
import "./candidateSidebar.scss";
|
||||
|
||||
|
Reference in New Issue
Block a user