diff options
author | Alexander NeonXP Kiryukhin <a.kiryukhin@mail.ru> | 2019-06-09 16:12:12 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <a.kiryukhin@mail.ru> | 2019-06-09 16:12:12 +0300 |
commit | 08c23bda73b4c057bc50b19dbe8d1595c51c9835 (patch) | |
tree | b6264055fc1feb0f6ffb6f908eced0d949382c68 /src/marker.js |
initial
Diffstat (limited to 'src/marker.js')
-rw-r--r-- | src/marker.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/marker.js b/src/marker.js new file mode 100644 index 0000000..91a534f --- /dev/null +++ b/src/marker.js @@ -0,0 +1,7 @@ +import React from 'react'; + +export default class Marker extends React.PureComponent { + render() { + return this.props.children || null + } +}
\ No newline at end of file |