Skip to content
Snippets Groups Projects
Commit 3735b4d6 authored by Julien MARGAIL's avatar Julien MARGAIL
Browse files

fix doc menu

parent dc4a5585
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ interface ButtonProps {
to?: string;
className?: string;
}
export function Button(props: ButtonProps): React.ReactNode;
export function Button(props: ButtonProps): JSX.Element;
interface CardProps {
to?: string;
......
......@@ -11,7 +11,7 @@ function index(): ReactElement {
<h2>Components</h2>
<Link to="/doc/core/button">Button</Link>
<br></br>
<Link to="/doc/core/buttonCard">ButtonCard</Link>
<Link to="/doc/core/card">Card</Link>
<br></br>
<Link to="/doc/core/hero">Hero</Link>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment