diff --git a/src/common/components/Button/Button.jsx b/src/common/components/Button/Button.jsx new file mode 100644 index 0000000..14779bc --- /dev/null +++ b/src/common/components/Button/Button.jsx @@ -0,0 +1,9 @@ +import "./styles.sass"; + +export const Button = ({children, onClick}) => { + return ( + + ); +} \ No newline at end of file