Skip to content

Instantly share code, notes, and snippets.

@ranveerching
Created August 8, 2020 13:24
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 ranveerching/e68dd4ea73b25fa5a6357b03f3abd0d7 to your computer and use it in GitHub Desktop.
Save ranveerching/e68dd4ea73b25fa5a6357b03f3abd0d7 to your computer and use it in GitHub Desktop.
import React from 'react';
import Navigation from './src/navigation';
const App = () => <Navigation />;
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment