Skip to content

Commit 063e293

Browse files
committed
[#1804] remove unused route
1 parent a2192de commit 063e293

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/routes.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ const routes = (store) => (
9898
path="/:username/collections"
9999
component={mobileFirst(MobileDashboardView, DashboardView)}
100100
/>
101-
102-
<Route path="/:username/collections/create" component={DashboardView} />
103101
<Route
104102
path="/:username/collections/:collection_id"
105103
component={CollectionView}

0 commit comments

Comments
 (0)