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

8 lines
176 B
TypeScript
Raw Normal View History

2017-07-24 18:48:57 +02:00
// vim: set tw=80 ts=2 sw=2 sts=2 :
export const OperationListState = {
name: 'operations',
url: '/account/:accountId/operations',
2017-07-30 15:13:36 +02:00
component: 'operationListComponent'
2017-07-24 18:48:57 +02:00
}