Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Jul 10, 2023
1 parent 9b3790a commit 0f934eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Switch } from '@/components/_inputs/Switch'
import { DialogModal } from '@/components/_overlays/DialogModal'
import { SaleNftFirstTimeModal } from '@/components/_overlays/SaleNftFirstTimeModal'
import { useVideoForm } from '@/hooks/useVideoForm'
import { useJoystream } from '@/providers/joystream/joystream.hooks'
import { useJoystream } from '@/providers/joystream'
import { useNftActions } from '@/providers/nftActions/nftActions.hooks'
import { usePersonalDataStore } from '@/providers/personalData'
import { VideoWorkspaceVideoFormFields, useVideoWorkspaceData } from '@/providers/videoWorkspace'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import { useSegmentAnalytics } from '@/hooks/useSegmentAnalytics'
import { VideoExtrinsicResult, VideoInputAssets } from '@/joystream-lib/types'
import { useChannelsStorageBucketsCount } from '@/providers/assets/assets.hooks'
import { useDraftStore } from '@/providers/drafts'
import { useJoystream } from '@/providers/joystream'
import { useBloatFeesAndPerMbFees } from '@/providers/joystream/joystream.hooks'
import { useBloatFeesAndPerMbFees, useJoystream } from '@/providers/joystream'
import { useTransaction } from '@/providers/transactions/transactions.hooks'
import { useStartFileUpload } from '@/providers/uploads/uploads.hooks'
import { useUploadsStore } from '@/providers/uploads/uploads.store'
Expand Down

0 comments on commit 0f934eb

Please sign in to comment.