mirror of
https://github.com/makeplane/plane.git
synced 2025-12-18 20:59:39 +01:00
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
|
|
export const Button = () => {
|
||
|
|
return <button>button</button>;
|
||
|
|
};
|