Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Sep 17, 2024
1 parent 87df00b commit 83d7746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Timeline/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { parseAndFormatTime } from '@glocurrency/time'
import { faRobot } from '@fortawesome/free-solid-svg-icons'
import { useGetEventsFor } from '../../hooks/timeline'
import { BasicEventData } from '../../types'
import { HighlightJson, LoadingCard } from '../../components'
import { HighlightJson, LoadingCard } from '../..'

const HeadingWrapper = styled.div`
align-items: center;
Expand Down

0 comments on commit 83d7746

Please sign in to comment.