I am trying to do this:
if (typeof window !== `undefined`) {
import Keyboard from "react-simple-keyboard"
import "react-simple-keyboard/build/css/index.css"
}
But I get
'import' and 'export' may only appear at the top level (12:2)
Anything I can do about this? I need to load my keyboard only if we're in the browser. Not during build.