Skip to content

Commit

Permalink
Fix example next
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzEmre committed Feb 2, 2024
1 parent 350b9ad commit 0d506bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/next/src/components/fogexExample/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ const generatorPatternValidate = generatorPattern.validate(
console.log('generatorPatternValidate', generatorPatternValidate)

export default function Fogex() {
return <div>Fogex</div>
return <div>Fogex Example</div>
}

0 comments on commit 0d506bb

Please sign in to comment.