Added send order button
This commit is contained in:
10
woocomerce-order/src/components/index.js
Normal file
10
woocomerce-order/src/components/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react'
|
||||
|
||||
export const Order = (props) => {
|
||||
|
||||
return (
|
||||
<button onClick={props.onOrderClicked} > SEND ORDER </button>
|
||||
)
|
||||
}
|
||||
|
||||
export default Order
|
||||
Reference in New Issue
Block a user