import {BrowserRouter as Router, Route, Link, Switch, Redirect} from 'react-router-dom'; import createHistory from "history/createBrowserHistory"; import { useState } from 'react'; import {Provider, connect} from 'react-redux'; import {createStore, combineReducers, applyMiddleware} from 'redux'; import thunk from 'redux-thunk'; import store from "../reducers"; import Catalog from "./catalog"; import {actionCatalogCard, CBasketPage, searchInput, CGoodsCategory, SearchInput, CGoodsSearch, LoginForm, CGoodCard, YourProfile} from "./index"; const Main = ({className = "MainImg" }) => { return ( <>