Created
October 11, 2017 09:30
-
-
Save divyanshu013/49a8377107004cba129c1e3a566f9421 to your computer and use it in GitHub Desktop.
Callback component for TodoMVC Auth Client
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="loading"> | |
| <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