import React from 'react'; import { LogoutButton } from '../components/LogoutButton/LogoutButton'; export const WithLogout = (props) => { return (
{props.children}
) };