import React from 'react' import { Caption, Timestamp, Title } from '../../' const TimestampUnstyled = (props) => { return ( <>
<Timestamp align="left" showDate timestamp={new Date()} unstyled {...props} /> ) } export default TimestampUnstyled