Closed perennialAutodidact closed 1 year ago
## Description of changes
unused-imports
packages/frontend/
yarn install
components/Game/index.jsx
<Spinner />
## Description of changes
unused-imports
ESLint pluginTest steps
packages/frontend/
and runyarn install
components/Game/index.jsx
and comment out the<Spinner />
component on line 24