diff --git a/client/src/common/components/Button/Button.jsx b/client/src/common/components/Button/Button.jsx new file mode 100644 index 0000000..6cb338e --- /dev/null +++ b/client/src/common/components/Button/Button.jsx @@ -0,0 +1,11 @@ +import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"; +import "./styles.sass"; + +export const Button = ({text, icon, onClick}) => { + return ( + + ) +} \ No newline at end of file