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 ea5e551 commit 6f08d44Copy full SHA for 6f08d44
client/routes.jsx
@@ -69,8 +69,8 @@ const routes = (
69
component={CollectionView}
70
/>
71
<Route path="/:username/collections" component={DashboardView} />
72
- <Route path="/sketches" />
73
- <Route path="/assets" />
+ <Route path="/sketches" component={DashboardView} />
+ <Route path="/assets" component={DashboardView} />
74
<Route path="/account" component={AccountView} />
75
<Route path="/about" component={IDEView} />
76
<Route path="/privacy-policy" component={PrivacyPolicy} />
0 commit comments