From d8bd57901e33a7057e26e782e295099ffcc0da89 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Sep 2017 23:04:13 -0700 Subject: Removing webapp --- webapp/routes/route_create_team.jsx | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 webapp/routes/route_create_team.jsx (limited to 'webapp/routes/route_create_team.jsx') diff --git a/webapp/routes/route_create_team.jsx b/webapp/routes/route_create_team.jsx deleted file mode 100644 index 354d7a39c..000000000 --- a/webapp/routes/route_create_team.jsx +++ /dev/null @@ -1,25 +0,0 @@ -import * as RouteUtils from 'routes/route_utils.jsx'; - -export default { - path: 'create_team', - getComponents: (location, callback) => { - System.import('components/create_team/create_team_controller.jsx').then(RouteUtils.importComponentSuccess(callback)); - }, - indexRoute: {onEnter: (nextState, replace) => replace('/create_team/display_name')}, - getChildRoutes: RouteUtils.createGetChildComponentsFunction( - [ - { - path: 'display_name', - getComponents: (location, callback) => { - System.import('components/create_team/components/display_name.jsx').then(RouteUtils.importComponentSuccess(callback)); - } - }, - { - path: 'team_url', - getComponents: (location, callback) => { - System.import('components/create_team/components/team_url.jsx').then(RouteUtils.importComponentSuccess(callback)); - } - } - ] - ) -}; -- cgit v1.2.3-1-g7c22