Skip to content

Commit

Permalink
Add Plant feedback to make sure Travis is Set up
Browse files Browse the repository at this point in the history
Issue #9
  • Loading branch information
carav008 committed Apr 21, 2017
1 parent 00946fb commit 4fcc4ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions client/src/app/garden/components/plant_list/src/PlantFeedback.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export class PlantFeedback{
commentCount:number;
likeCount:number;
dislikeCount:number;


constructor(){
this.commentCount = 0;
this.likeCount = 0;
this.dislikeCount = 0;
}
}

0 comments on commit 4fcc4ef

Please sign in to comment.