Created
September 14, 2017 11:21
-
-
Save divyanshu013/da865dd908751f702ac41f51ba807e63 to your computer and use it in GitHub Desktop.
Callback component to display while the user session is getting created
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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