Skip to content

Commit

Permalink
fix(corel): update imports for bundleRow test
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Jul 5, 2024
1 parent 7c35c5e commit 9ae2328
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Box, Card, Flex, Stack, Text} from '@sanity/ui'
import {RelativeTime} from 'sanity'
import {useRouter} from 'sanity/router'

import {RelativeTime} from '../../../components/RelativeTime'
import {type BundleDocument} from '../../../store/bundles/types'
import {BundleBadge} from '../../../versions/components/BundleBadge'
import {BundleMenuButton} from '../BundleMenuButton/BundleMenuButton'
Expand Down

0 comments on commit 9ae2328

Please sign in to comment.