Skip to content

Commit

Permalink
🔧 Fix missing ForumPost type (Joystream#3934)
Browse files Browse the repository at this point in the history
Fix missing ForumPost type
  • Loading branch information
thesan authored Dec 6, 2022
1 parent 71fdf94 commit b1bab7b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { AnyKeys } from '@/common/types'
import { getUrl } from '@/common/utils/getUrl'
import { ForumPostStyles, PostListItem } from '@/forum/components/PostList/PostListItem'
import { NewThreadPost } from '@/forum/components/Thread/NewThreadPost'
import { ForumPost } from '@/forum/types'
import { useMyMemberships } from '@/memberships/hooks/useMyMemberships'
import { ProposalsRoutes } from '@/proposals/constants/routes'
import { ProposalDiscussionThread } from '@/proposals/types'
Expand Down

0 comments on commit b1bab7b

Please sign in to comment.