// @flow import React from 'react'; import { SERVER_URL } from 'src/api/constants'; import { OutlineButton } from 'src/components/button'; import { LogoutWrapper } from '../style'; import { SectionCard } from 'src/components/settingsViews/style'; export default () => ( Log out );