mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Removing unused babel and imports
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
["transform-react-jsx"],
|
||||
["transform-object-assign"],
|
||||
["transform-class-properties"],
|
||||
["transform-flow-strip-types"],
|
||||
["transform-async-to-generator"],
|
||||
["transform-object-rest-spread"],
|
||||
["transform-class-properties"]
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
import React, {Component, PropTypes} from 'react'
|
||||
import {
|
||||
RootContainer,
|
||||
Container,
|
||||
MapContainer,
|
||||
itemActions,
|
||||
Notification,
|
||||
notificationActions,
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import RootContainer from './dynamic-containers/RootContainer'
|
||||
import MapContainer from './dynamic-containers/MapContainer'
|
||||
import Container from './dynamic-containers/DynamicContainer'
|
||||
import Notification from './notification/Notification'
|
||||
import store from './store/store'
|
||||
import {fetchConfig} from './store/actions/config'
|
||||
@@ -10,9 +7,6 @@ import * as notificationActions from './store/actions/notification'
|
||||
import * as authActions from './store/actions/auth'
|
||||
|
||||
export {
|
||||
RootContainer,
|
||||
MapContainer,
|
||||
Container,
|
||||
Notification,
|
||||
store,
|
||||
fetchConfig,
|
||||
|
||||
Reference in New Issue
Block a user