Skip to content

Instantly share code, notes, and snippets.

@divyanshu013
Created October 11, 2017 09:30
Show Gist options
  • Select an option

  • Save divyanshu013/49a8377107004cba129c1e3a566f9421 to your computer and use it in GitHub Desktop.

Select an option

Save divyanshu013/49a8377107004cba129c1e3a566f9421 to your computer and use it in GitHub Desktop.
Callback component for TodoMVC Auth Client
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