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

9 lines
221 B
TypeScript

// vim: set tw=80 ts=2 sw=2 sts=2 :
import { OperationListComponent } from './operationList.component';
export const OperationListState = {
path: 'account/:accountId/operations',
component: OperationListComponent
}