Update team maintainer schedules routes (#2334)

This commit is contained in:
gillespi314 2021-10-03 12:58:37 -05:00 committed by GitHub
parent d0056b8941
commit 9083230491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,6 +126,8 @@ const routes = (
<Route path="edit" component={EditPackPage} />
</Route>
</Route>
</Route>
<Route component={AuthAnyMaintainerGlobalAdminRoutes}>
<Route path="schedule" component={SchedulePageWrapper}>
<Route path="manage" component={ManageSchedulePage} />
<Route