7 lines
65 B
JavaScript
7 lines
65 B
JavaScript
|
const Status = {
|
||
|
props: [ 'status' ]
|
||
|
}
|
||
|
|
||
|
export default Status
|
||
|
|