feat(navigation): add user icon

This commit is contained in:
Sara Vieira 2018-03-28 14:26:59 +01:00
parent 3fff08c7fb
commit e559dcfba7
1 changed files with 0 additions and 7 deletions

View File

@ -1,11 +1,4 @@
import React from 'react';
import emotion from 'preact-emotion';
import { graphql, compose } from 'react-apollo';
import gql from 'graphql-tag';
import remcalc from 'remcalc';
import groupBy from 'lodash.groupby';
import { Grid, Row, Col } from 'preact-emotion-flexboxgrid';
import { Anchor, Popover } from '../components';
const Account = ({ expanded }) =>