flatlogic / react-dashboard

🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥

Home Page:https://flatlogic.com/admin-dashboards/react-dashboard/demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

routes directory is missing

yonida opened this issue · comments

in router.js you import routes but it is missing in the project:
https://github.com/flatlogic/react-dashboard/blob/master/src/router.js#L11
The missing directory exists in react-starter-kit:
https://github.com/kriasoft/react-starter-kit/tree/master/src/routes

Hi, @yonida !
This file is unused. We change 'universal-router' from react-starter-kit to 'react-router'.
I have remove this file.
Thanks!