Skip to content

Commit

Permalink
fix(core): update import
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobonamin committed Dec 13, 2024
1 parent be91f1b commit d13630b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

import {Box, Card, Flex, Text} from '@sanity/ui'
import {AnimatePresence, motion} from 'framer-motion'
import {getReleaseIdFromReleaseDocumentId} from 'sanity'
import {styled} from 'styled-components'

import {LoadingBlock} from '../../../components/loadingBlock/LoadingBlock'
import {Resizable} from '../../../form/studio/tree-editing/components/layout/resizer'
import {useTranslation} from '../../../i18n'
import {releasesLocaleNamespace} from '../../i18n'
import {type ReleaseDocument} from '../../store/types'
import {getReleaseIdFromReleaseDocumentId} from '../../util/getReleaseIdFromReleaseDocumentId'
import {type ReleaseEvents} from './events/useReleaseEvents'
import {ReleaseActivityList} from './ReleaseActivityList'

Expand Down

0 comments on commit d13630b

Please sign in to comment.