Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
KRRISH96 committed Feb 25, 2021
1 parent 505bc0e commit db71558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PostDetails/Comments.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as React from 'react';
import { useFetch } from '../../hooks/useFetch';
import Loader from '../Loader/Loader';

interface Props {
postId: number;
Expand Down

0 comments on commit db71558

Please sign in to comment.