| 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'; | |
| 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'; | |