Fix demoVideo

This commit is contained in:
Thomas Nordquist
2020-04-20 13:09:37 +02:00
parent ff00f7a99e
commit 3c40be97b7
5 changed files with 14 additions and 7 deletions

View File

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