diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-10-28 15:19:42 +0200 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-10-28 15:19:42 +0200 |
| commit | 534f2e8195523ffae83ed85f4e9fddf2939929e3 (patch) | |
| tree | 5504c7406234c448b80d00367e3ff1d87b0b35dd /src/components/status/status.js | |
| parent | f8d6fe41f0c639ce1c3f8072ef94de8e3419f1cf (diff) | |
Basic statuses.
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 + |
