Skip to content

Commit

Permalink
sure
Browse files Browse the repository at this point in the history
  • Loading branch information
codyjdalton committed Sep 8, 2018
1 parent 061888c commit cf40133
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions modules/outcomes/components/outcome/outcome.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
* outcome.component
*/
import { LitComponent } from '@litstack/core';
import { HttpResponse, HttpRequest } from '@litstack/core/dist/http';
import { GetMapping, DeleteMapping, PostMapping } from '@litstack/core/dist/http/mappings';
import { HttpRequest, HttpResponse } from '@litstack/core/dist/http';
import { PostMapping } from '@litstack/core/dist/http/mappings';

import { IOutcome } from '../../../common/models/outcome.model';
import { OutcomeService } from '../../../common/services/outcome.service';
import { ResourceComponent } from '../../../common/components/resource/resource.component.class';
import { IOutcome } from '../../../common/models/outcome.model';


@LitComponent()
export class OutcomeComponent extends ResourceComponent {
Expand Down

0 comments on commit cf40133

Please sign in to comment.