Skip to content

Commit

Permalink
Add routes import
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiaan van Tienhoven committed Jun 15, 2018
1 parent 41a031b commit 7116da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/aggregates/SchedulesPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import SchedulesActions from './SchedulesActions';
import SchedulesList from './SchedulesList';
import EditScheduleModal from './EditScheduleModal';
import { IfPermitted, PageHeader } from 'components/common';
import Routes from 'routing/Routes';
import Routes from 'routing/AppRouter';

const SchedulesPage = React.createClass({
mixins: [],
Expand Down

0 comments on commit 7116da0

Please sign in to comment.