mirror of
https://github.com/yusufipk/natours-react.git
synced 2026-09-11 11:06:10 +00:00
6 lines
130 B
React
6 lines
130 B
React
function ButtonSecondary(props) {
|
|
return <button className="btn-text">{props.text}</button>;
|
|
}
|
|
|
|
export default ButtonSecondary;
|