more
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { useState } from 'react';
|
||||
|
||||
const Button = () => {
|
||||
return (
|
||||
<button>
|
||||
Click me
|
||||
</button>
|
||||
);
|
||||
};
|
||||
|
||||
export default Button;
|
||||
Reference in New Issue
Block a user