Skip to content

Instantly share code, notes, and snippets.

@divyanshu013
Created September 14, 2017 11:21
Show Gist options
  • Save divyanshu013/da865dd908751f702ac41f51ba807e63 to your computer and use it in GitHub Desktop.
Save divyanshu013/da865dd908751f702ac41f51ba807e63 to your computer and use it in GitHub Desktop.
Callback component to display while the user session is getting created
import React from 'react';
const Callback = () => (
<div className="container">
<h4>Loading...</h4>
</div>
);
export default Callback;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment