fix yarn build

This commit is contained in:
Sinuhe Tellez
2021-08-10 23:23:28 -04:00
parent 86f5b94852
commit 0cab2169c2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import * as React from 'react'
import { Theme, withStyles } from '@material-ui/core'
import cursor from './cursor.png'
const cursor = require('./cursor.png')
interface State {
enabled: boolean

View File

@@ -6,7 +6,7 @@ import { connect } from 'react-redux'
import { Input, InputLabel, MenuItem, Select, StyleRulesCallback, Theme } from '@material-ui/core'
import { settingsActions } from '../../actions'
import { withStyles } from '@material-ui/styles'
const moment = require('moment/min/moment-with-locales')
import * as moment from 'moment'
interface Props {
actions: {