import {useState} from 'react';
import logo from './logo.svg';
import './App.scss';
import {BrowserRouter as Router, Route, Link} from 'react-router-dom';
import createHistory from "history/createBrowserHistory";
const Logo = () =>
const defaultMenuItems = [
{title: 'Home', to: '/'},
{title: 'About', to: '/about'},
{title: 'Login', to: '/login'},
{title: 'Logout', to: '/logout'},
{title: '2 + 2', to: '/add/2/2'},
{title: '20 + 200', to: '/add/20/200'},
]
const MenuItem = ({title, to}) =>
тили тили трали вали
{a} + {b} = {+a + +b}const Main = () =>