import Card from '~/components/Card'; export default function Logout() { return (
You have been logged out You can now close this window. If you would like to log in again, please refresh the page.
); }