We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2192de commit 063e293Copy full SHA for 063e293
client/routes.jsx
@@ -98,8 +98,6 @@ const routes = (store) => (
98
path="/:username/collections"
99
component={mobileFirst(MobileDashboardView, DashboardView)}
100
/>
101
-
102
- <Route path="/:username/collections/create" component={DashboardView} />
103
<Route
104
path="/:username/collections/:collection_id"
105
component={CollectionView}
0 commit comments