[Update Package] Update material-ui to @material-ui/core V1-rc & update firestore settings.
This commit is contained in:
@@ -3,11 +3,11 @@ import React, { Component } from 'react'
|
||||
import { connect } from 'react-redux'
|
||||
import { NavLink, withRouter } from 'react-router-dom'
|
||||
import { push } from 'react-router-redux'
|
||||
import Paper from 'material-ui/Paper'
|
||||
import TextField from 'material-ui/TextField'
|
||||
import RaisedButton from 'material-ui/Button'
|
||||
import Button from 'material-ui/Button'
|
||||
import { withStyles } from 'material-ui/styles'
|
||||
import Paper from '@material-ui/core/Paper'
|
||||
import TextField from '@material-ui/core/TextField'
|
||||
import RaisedButton from '@material-ui/core/Button'
|
||||
import Button from '@material-ui/core/Button'
|
||||
import { withStyles } from '@material-ui/core/styles'
|
||||
import config from 'src/config'
|
||||
import { getTranslate, getActiveLanguage } from 'react-localize-redux'
|
||||
|
||||
@@ -15,7 +15,7 @@ import { getTranslate, getActiveLanguage } from 'react-localize-redux'
|
||||
import * as authorizeActions from 'src/store/actions/authorizeActions'
|
||||
import { ISettingComponentProps } from './ISettingComponentProps'
|
||||
import { ISettingComponentState } from './ISettingComponentState'
|
||||
import { Grid } from 'material-ui'
|
||||
import { Grid } from '@material-ui/core'
|
||||
|
||||
const styles = (theme: any) => ({
|
||||
textField: {
|
||||
|
||||
Reference in New Issue
Block a user