new component
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import styles from "./styles.module.css";
|
||||
|
||||
const ActionButton = ({ icon }) => {
|
||||
return <button className={styles.iconButton}>{icon}</button>;
|
||||
};
|
||||
|
||||
export default ActionButton;
|
||||
Reference in New Issue
Block a user