import React from 'react'; import { siteRoot, gettext } from '../../utils/constants'; export default function Logout() { return ( ); }