9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
|
|
<Link
|
||
|
|
component="button"
|
||
|
|
variant="body2"
|
||
|
|
onClick={() => {
|
||
|
|
console.info("I'm a button.");
|
||
|
|
}}
|
||
|
|
>
|
||
|
|
Button Link
|
||
|
|
</Link>
|