summaryrefslogtreecommitdiffstats
path: root/webapp/root.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/root.jsx')
-rw-r--r--webapp/root.jsx8
1 files changed, 0 insertions, 8 deletions
diff --git a/webapp/root.jsx b/webapp/root.jsx
index 9ed78bf04..38b7a9a43 100644
--- a/webapp/root.jsx
+++ b/webapp/root.jsx
@@ -247,14 +247,6 @@ function renderRootComponent() {
path=':team/logout'
onEnter={onLoggedOut}
/>
- <Route
- path=':team/team_settings'
- components={{
- navbar: BackstageNavbar,
- sidebar: BackstageSidebar,
- center: null
- }}
- />
<Route path=':team/integrations'>
<IndexRedirect to='installed'/>
<Route