keeps on homepage
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export class Keep {
|
||||
constructor(keepData) {
|
||||
this.id = keepData.id
|
||||
this.creatorId = keepData.creatorId
|
||||
this.name = keepData.name
|
||||
this.description = keepData.description
|
||||
this.img = keepData.img
|
||||
this.views = keepData.views
|
||||
this.kept = keepData.kept
|
||||
this.creator = keepData.creator
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user