File size: 227 Bytes
41a71fd
 
 
 
1
2
3
4
5
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';