2017-07-24 18:48:57 +02:00
|
|
|
// vim: set tw=80 ts=2 sw=2 sts=2 :
|
|
|
|
|
2017-08-01 23:09:21 +02:00
|
|
|
import { ScheduleListComponent } from './scheduleList.component';
|
|
|
|
|
2017-07-24 18:48:57 +02:00
|
|
|
export const ScheduleListState = {
|
2017-08-01 23:09:21 +02:00
|
|
|
path: 'account/:accountId/scheduler',
|
|
|
|
component: ScheduleListComponent,
|
2017-07-24 18:48:57 +02:00
|
|
|
}
|