copied new version
This commit is contained in:
8
onix-gui/GUI/components/Buttons/SecondaryButton.jsx
Normal file
8
onix-gui/GUI/components/Buttons/SecondaryButton.jsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from "react";
|
||||
import styles from "./Buttons.module.css";
|
||||
|
||||
const SecondaryButton = () => {
|
||||
return <button className={styles.secondaryButton}>Cancel</button>;
|
||||
};
|
||||
|
||||
export default SecondaryButton;
|
||||
Reference in New Issue
Block a user