Removed unused imports

This commit is contained in:
mgabdev 2019-07-12 16:29:17 -04:00
parent 8f13fe0515
commit 1c8273e9e6
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import BundleContainer from '../containers/bundle_container';
import ColumnLoading from './column_loading'; import ColumnLoading from './column_loading';
import DrawerLoading from './drawer_loading'; import DrawerLoading from './drawer_loading';
import BundleColumnError from './bundle_column_error'; import BundleColumnError from './bundle_column_error';
import { Compose, Notifications, HomeTimeline, CommunityTimeline, PublicTimeline, HashtagTimeline, DirectTimeline, FavouritedStatuses, ListTimeline } from '../../ui/util/async-components'; import { Compose, Notifications, HomeTimeline, CommunityTimeline, HashtagTimeline, DirectTimeline, FavouritedStatuses, ListTimeline } from '../../ui/util/async-components';
import Icon from 'gabsocial/components/icon'; import Icon from 'gabsocial/components/icon';
const messages = defineMessages({ const messages = defineMessages({

View File

@ -29,7 +29,6 @@ import SearchPage from 'gabsocial/pages/search_page';
import HomePage from 'gabsocial/pages/home_page'; import HomePage from 'gabsocial/pages/home_page';
import { import {
Compose,
Status, Status,
GettingStarted, GettingStarted,
CommunityTimeline, CommunityTimeline,