Swapped Flex to homegrown component

No more element prop warnings!
This commit is contained in:
Jori Lallo
2017-07-04 20:15:01 -07:00
parent 53e4a94c07
commit 8b3b3222b7
19 changed files with 83 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ import React from 'react';
import ReactDOM from 'react-dom';
import { observer } from 'mobx-react';
import _ from 'lodash';
import { Flex } from 'reflexbox';
import Flex from 'components/Flex';
import { withRouter } from 'react-router';
import { searchUrl } from 'utils/routeHelpers';
import styled from 'styled-components';