Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created December 4, 2017 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/1d2dae335321abda5d426dd0b52a17b2 to your computer and use it in GitHub Desktop.
Save dance2die/1d2dae335321abda5d426dd0b52a17b2 to your computer and use it in GitHub Desktop.
import React from 'react';
const NullView = () => <div>This View is not yet implemented...</div>;
export default NullView;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment