fix yarn build
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import * as React from 'react'
|
import * as React from 'react'
|
||||||
import { Theme, withStyles } from '@material-ui/core'
|
import { Theme, withStyles } from '@material-ui/core'
|
||||||
import cursor from './cursor.png'
|
const cursor = require('./cursor.png')
|
||||||
|
|
||||||
interface State {
|
interface State {
|
||||||
enabled: boolean
|
enabled: boolean
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import { connect } from 'react-redux'
|
|||||||
import { Input, InputLabel, MenuItem, Select, StyleRulesCallback, Theme } from '@material-ui/core'
|
import { Input, InputLabel, MenuItem, Select, StyleRulesCallback, Theme } from '@material-ui/core'
|
||||||
import { settingsActions } from '../../actions'
|
import { settingsActions } from '../../actions'
|
||||||
import { withStyles } from '@material-ui/styles'
|
import { withStyles } from '@material-ui/styles'
|
||||||
const moment = require('moment/min/moment-with-locales')
|
import * as moment from 'moment'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
actions: {
|
actions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user