import React from 'react'; import logo from './logo.svg'; import './App.css'; import { PlayingFieldComponent } from './components/PlayingField/PlayingField'; import { Client } from './client'; const App = () => { let client = new Client(); return (