gab-social/app/javascript/gabsocial/components/dot_text_seperator.js
mgabdev 99982c0391 Finished updating the reformatting of propTypes and set redux, intl functions to end of component
• Finished:
- updating the reformatting of propTypes and set redux, intl functions to end of component

• Removed:
- Gif implementation
2020-08-18 19:22:15 -05:00

8 lines
188 B
JavaScript

import React from 'react'
import Text from './text'
const DotTextSeperator = () => (
<Text size='small' color='secondary' className={_s.ml5}>·</Text>
)
export default DotTextSeperator