Skip to content

Commit dd6037c

Browse files
authored
Merge pull request #4617 from topcoder-platform/tco21
Tco21
2 parents 9afd8d5 + e07747c commit dd6037c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/shared/routes/Communities/TCO21/Routes.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import ContentfulRoute from 'components/Contentful/Route';
1010
import ContentfulMenu from 'components/Contentful/Menu';
1111
import Profile from 'routes/Profile';
1212
import ProfileStats from 'routes/ProfileStats';
13+
import Settings from 'routes/Settings';
1314

1415
export default function TCO21({ base, meta }) {
1516
return (
@@ -35,6 +36,10 @@ export default function TCO21({ base, meta }) {
3536
exact
3637
path={`${base}/members/:handle([\\w\\-\\[\\].{}]{2,15})/details`}
3738
/>
39+
<Route
40+
component={() => <Settings base={`${base}/settings`} />}
41+
path={`${base}/settings`}
42+
/>
3843
<ContentfulRoute
3944
baseUrl={base}
4045
error404={<Error404 />}

0 commit comments

Comments
 (0)