Remove unused imports and add some types

This commit is contained in:
riggraz
2019-09-26 11:00:32 +02:00
parent e38027f9ae
commit 322c8e51cf
19 changed files with 27 additions and 45 deletions

View File

@@ -19,7 +19,6 @@ interface Props {
error: string;
handleLoadMore(): void;
page: number;
hasMore: boolean;
}
@@ -29,7 +28,6 @@ const PostList = ({
areLoading,
error,
handleLoadMore,
page,
hasMore
}: Props) => (
<div className="postList">