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