chore: fix ci problem
This commit is contained in:
parent
6ccd0ede7b
commit
865e56f40e
@ -7,7 +7,8 @@ import { MarkdownViewer } from '../MarkdownEditor';
|
|||||||
import { FeedIcon } from './FeedIcon';
|
import { FeedIcon } from './FeedIcon';
|
||||||
import { cn } from '@/utils/style';
|
import { cn } from '@/utils/style';
|
||||||
|
|
||||||
type FeedEventItemType = AppRouterOutput['feed']['events'][number];
|
type FeedEventItemType =
|
||||||
|
AppRouterOutput['feed']['fetchEventsByCursor']['items'][number];
|
||||||
|
|
||||||
export const FeedEventItem: React.FC<{
|
export const FeedEventItem: React.FC<{
|
||||||
className?: string;
|
className?: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user