Skip to content

Commit

Permalink
fix: removing async from the bento-demo-vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
itsarghyadas committed Dec 19, 2024
1 parent 49c4cfc commit 67a2104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/default/example/bento-demo-vertical.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const features = [
},
];

export default async function BentoDemo() {
export default function BentoDemo() {
return (
<BentoGrid className="lg:grid-rows-3">
{features.map((feature) => (
Expand Down

0 comments on commit 67a2104

Please sign in to comment.