Basic statuses.
This commit is contained in:
parent
f8d6fe41f0
commit
534f2e8195
8 changed files with 92 additions and 6 deletions
6
src/components/status/status.js
Normal file
6
src/components/status/status.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const Status = {
|
||||
props: [ 'status' ]
|
||||
}
|
||||
|
||||
export default Status
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue