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