t
This commit is contained in:
@@ -2,7 +2,7 @@ import { useEffect } from "react";
|
||||
import { calcSlice } from "../../store/reducers/calcSlice";
|
||||
import { useSelector, useDispatch } from "react-redux";
|
||||
|
||||
import { InputSelect } from "../InputSelect/InputSelect";
|
||||
import { InputSelect } from "./components/InputSelect/InputSelect";
|
||||
import { InputNumber } from "../InputNumber/InputNumber";
|
||||
import { AveragePriceApartment } from "./components/AveragePriceApartment/AveragePriceApartment";
|
||||
import { AverageSquareApartment } from "./components/AverageSquareApartment/AverageSquareApartment";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useState, useEffect, useRef } from "react";
|
||||
import { calcSlice } from "../../store/reducers/calcSlice";
|
||||
import { calcSlice } from "../../../../store/reducers/calcSlice";
|
||||
import { useDispatch } from "react-redux";
|
||||
import icon from "./Chevron.svg";
|
||||
import { motion } from "framer-motion";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import "./MapComponent.css";
|
||||
import { borders, federalCities, regions } from "../../utils/array";
|
||||
import { borders, federalCities, regions } from "../../../../utils/array";
|
||||
import { Region } from "../Region/Region";
|
||||
import { FederalCity } from "../FederalCIty/FederalCity";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
Reference in New Issue
Block a user