Skip to content

Commit

Permalink
fix: missing hook
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Mar 4, 2025
1 parent e2a8b6e commit 7bfbb12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/article/app/components/Article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function Article({
hideTitle?: boolean;
outlineMaxDepth?: number;
}) {
const grid = useGridSystemProvider();
const manifest = useProjectManifest();
const keywords = article.frontmatter?.keywords ?? [];
const tree = copyNode(article.mdast);
Expand Down

0 comments on commit 7bfbb12

Please sign in to comment.