accountant-ui/src/operations/operation.states.ts

9 lines
221 B
TypeScript
Raw Normal View History

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 { OperationListComponent } from './operationList.component';
2017-07-24 18:48:57 +02:00
export const OperationListState = {
2017-08-01 23:09:21 +02:00
path: 'account/:accountId/operations',
component: OperationListComponent
2017-07-24 18:48:57 +02:00
}