Remove Icons

This commit is contained in:
Tom Moor
2018-05-02 21:51:39 -07:00
parent fb41e4fc54
commit 41a96e4331
56 changed files with 126 additions and 575 deletions

View File

@ -2,9 +2,10 @@
import React, { Component } from 'react';
import { withRouter } from 'react-router-dom';
import { inject, observer } from 'mobx-react';
import { MoreIcon } from 'outline-icons';
import Document from 'models/Document';
import UiStore from 'stores/UiStore';
import MoreIcon from 'components/Icon/MoreIcon';
import { documentMoveUrl } from 'utils/routeHelpers';
import { DropdownMenu, DropdownMenuItem } from 'components/DropdownMenu';