mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Remove unused imports and add some types
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user