diff --git a/src/app/feed/components/PostTimeline.tsx b/src/app/feed/components/PostTimeline.tsx index 9fe6ddc..450d5e9 100644 --- a/src/app/feed/components/PostTimeline.tsx +++ b/src/app/feed/components/PostTimeline.tsx @@ -1,5 +1,4 @@ import { PostReaction } from '../posts/posts.ts' -import { Temporal } from '@js-temporal/polyfill' interface PostTimelineProps { reactions: PostReaction[] @@ -11,7 +10,7 @@ export function PostTimeline({ reactions }: PostTimelineProps) { {reactions.map((reaction) => (