You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved all the contents of elements folder to components folder and delete it
Renamed containers folder to layouts
Renamed App/App.jsx to Dashboard/Dashboard.jsx
Renamed src/routes/app.jsx to src/routes/dashboard.jsx
Renamed appRoutes to dashboardRoutes
Added src/routes/index.jsx and made the routes in src/index.js dynamically based on indexRoutes from src/routes/index.jsx (users can now make new layouts and routes for them easier)
Removed dependencies/components
google-maps-react@1.1.0
react-router@4.1.2
Added dependencies/components
node-sass@4.6.1
react-google-maps@9.4.5 (insted of google-maps-react@1.1.0)