diff options
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js new file mode 100644 index 00000000..ad08d9b7 --- /dev/null +++ b/src/components/status/status.js @@ -0,0 +1,6 @@ +const Status = { + props: [ 'status' ] +} + +export default Status + |
