Skip to content

Commit

Permalink
fix(with-nextjs-headless): ignore on workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Dec 9, 2024
1 parent a9e6264 commit 7b46480
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions examples/with-nextjs-headless/src/app/blog-posts/layout.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default function BlogPostsLayout({
children,
}: {
children: React.ReactNode;
}) {
return <div>{children}</div>;
}
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ packages:
- "!documentation"
- "!examples/blog-sveltekit-crud"
- "!examples/blog-react-aria"
- "!with-nextjs-headless"
- "!examples/with-nextjs-headless"

0 comments on commit 7b46480

Please sign in to comment.