fleet/frontend/router/paths.js
Mike Arpaia a8a7be7f20 Packs pages (#426)
* initial scaffolding

* pack info sidebar

* fixing the merge of the routes

* Remove radium from pack info sidepanel

* lint

* cards!

* redux entity config

* pack interface

* wiring up redux with fake dev data

* Add description attribute to packs

* move redux to top level page component to isolate data fetching

* initial scaffolding of all packs table

* adding redux entities back

* minimal

* alpha order in packs.js

* no newlines in HTML

* onclick handler to function on component class

* alpha order in router

* alpha order in paths.js

* no newline in side panel

* removing input field

* lint fixes
2016-11-21 11:49:36 -08:00

11 lines
225 B
JavaScript

export default {
ADMIN_DASHBOARD: '/admin',
ALL_PACKS: '/packs/all',
FORGOT_PASSWORD: '/login/forgot',
HOME: '/',
LOGIN: '/login',
LOGOUT: '/logout',
NEW_PACK: '/packs/new',
RESET_PASSWORD: '/login/reset',
};