import React from 'react' import './GamePathNotify.css' export default class GamePathNotify extends React.Component { render() { return (
You need to set your game path in the options! here ^
) } }