Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
removed unused list feature and function
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Feb 28, 2017
1 parent 0e403bd commit 30c2807
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/app/services/pic-store/pic.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {List,Record} from 'immutable';
import {Record} from 'immutable';

const PicRecord = Record({
description: "",
Expand Down Expand Up @@ -26,8 +26,5 @@ export class Pic extends PicRecord{
super(pic);
}

fromTumblrPic(tumblrpic){

}

}

0 comments on commit 30c2807

Please sign in to comment.