From c6ec8210dce162ccff1af94cc4661afc6d8184d3 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Sat, 18 Jan 2020 13:02:03 -0800 Subject: [PATCH] patch reference to MainWrapper component --- play-node-go/src/App.js | 2 +- play-node-go/src/pages/Layout/MainWrapper/MainWrapper.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/play-node-go/src/App.js b/play-node-go/src/App.js index b1da601..4e9ae2b 100644 --- a/play-node-go/src/App.js +++ b/play-node-go/src/App.js @@ -2,7 +2,7 @@ import React, {useState, useEffect, useReducer} from 'react'; import socketIOClient from 'socket.io-client'; import config from './config'; import { Switch, Route, BrowserRouter as Router } from 'react-router-dom'; -import MainWrapper from './components/MainWrapper/MainWrapper'; +import MainWrapper from './pages/Layout/MainWrapper/MainWrapper'; import { stateReducer } from './reducers/stateReducer'; import { initState } from './reducers/init/stateReducer.init'; import indexServices from './services/api/indexServices'; diff --git a/play-node-go/src/pages/Layout/MainWrapper/MainWrapper.scss b/play-node-go/src/pages/Layout/MainWrapper/MainWrapper.scss index da9f4e0..b2af025 100644 --- a/play-node-go/src/pages/Layout/MainWrapper/MainWrapper.scss +++ b/play-node-go/src/pages/Layout/MainWrapper/MainWrapper.scss @@ -1,4 +1,4 @@ -@import '../../../public/stylesheets/partials/mixins'; +@import '../../../../public/stylesheets/partials/mixins'; div.main-wrapper { display: flex;