diff --git a/src/widgets/Blog/context.ts b/src/widgets/Blog/context.ts index d5ceba6..48944cb 100644 --- a/src/widgets/Blog/context.ts +++ b/src/widgets/Blog/context.ts @@ -8,6 +8,10 @@ type PostItem = Post & { comments: PostComment[]; }; +/** + * Blog uses injection store pattern + * @see https://deepwiki.com/robonen/lorem-blog/5.1-blog-content-system + */ export const { useProvidingState: useProvidingPosts, useInjectedState: useInjectedPosts,