Skip to content

Commit

Permalink
Merge pull request #30 from chimobi-justice/chore/remove-unused-import
Browse files Browse the repository at this point in the history
chore: remove unused imports
  • Loading branch information
chimobi-justice authored Oct 11, 2024
2 parents ff3fbfa + b84ba0f commit 86069b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Threads/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Helmet } from 'react-helmet-async'

import { colors } from '../../colors'
import { Button, FollowCard, Skeleton, ThreadCard } from '@components/index'
import DiscussionCard from '@pages/Threads/components/discussionCard'
// import DiscussionCard from '@pages/Threads/components/discussionCard'
import { useUser } from '@context/userContext'
import { useGetPaginatedThreads } from '@hooks/thread/useGetPaginatedThreads'

Expand Down
2 changes: 1 addition & 1 deletion src/pages/Threads/show/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Helmet } from 'react-helmet-async'

import { colors } from '../../../colors'
import { FollowCard, NotFound, Skeleton } from '@components/index'
import DiscussionCard from '@pages/Threads/components/discussionCard'
// import DiscussionCard from '@pages/Threads/components/discussionCard'
import RepliesCard from '@pages/Threads/components/repliesCard'
import { useGetSingleThread } from '@hooks/thread/useGetSingleThread'
import ThreadCard from '@components/ThreadCard'
Expand Down

0 comments on commit 86069b9

Please sign in to comment.