import React from 'react' import Navbar from './Navbar' import './UserPageLayout.css' const UserPageLayout = ({ user, children }) => (