Skip to content

Commit

Permalink
tiny doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LumaKernel committed Jan 29, 2024
1 parent 8067acd commit a3e0725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function useMDXComponents(components: MDXComponents): MDXComponents {
LumaLoaded: (props: LumaLoadedProps) => (
/* Replace with your component */
<div>
<div>LumaCounter</div>
<div>LumaLoaded</div>
{props.children}
</div>
),
Expand Down

0 comments on commit a3e0725

Please sign in to comment.