From 8a5825d52271d712ec7c8348447d433067e13ef2 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 13 Sep 2018 14:18:56 -0400 Subject: DONE --- .../frontend/components/Signout.js | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 finished-application/frontend/components/Signout.js (limited to 'finished-application/frontend/components/Signout.js') diff --git a/finished-application/frontend/components/Signout.js b/finished-application/frontend/components/Signout.js deleted file mode 100644 index ae87631..0000000 --- a/finished-application/frontend/components/Signout.js +++ /dev/null @@ -1,25 +0,0 @@ -import React, { Component } from 'react'; -import { Mutation } from 'react-apollo'; -import gql from 'graphql-tag'; -import { CURRENT_USER_QUERY } from './User'; - -const SIGN_OUT_MUTATION = gql` - mutation SIGN_OUT_MUTATION { - signout { - message - } - } -`; - -class Signout extends Component { - render() { - return ( - - {signout => } - - ); - } -} - -export default Signout; -export { SIGN_OUT_MUTATION }; -- cgit v1.3