Summarization
BERTopic
Russian
English
first-start / src /entities /Post /index.ts
Артем Леванов
first commit
41a71fd
Raw
History Blame Contribute Delete
227 Bytes
export { PostCard } from './ui/PostCard/PostCard';
export type { PostType } from './model/types/post';
export { useFetchPosts } from './lib/query/useFetchPosts';
export { useFetchPostById } from './lib/query/useFetchPostById';