Removed custom Flex component

This commit is contained in:
Jori Lallo
2016-08-05 18:44:15 +03:00
parent 6dca99f948
commit 1858082fd6
8 changed files with 16 additions and 52 deletions

View File

@ -2,7 +2,7 @@ import React from 'react';
import moment from 'moment';
import { Avatar } from 'rebass';
import Flex from 'components/Flex';
import { Flex } from 'reflexbox';
import styles from './PublishingInfo.scss';
@ -29,4 +29,4 @@ PublishingInfo.propTypes = {
updatedAt: React.PropTypes.string.isRequired,
};
export default PublishingInfo;
export default PublishingInfo;