Skip to content

Instantly share code, notes, and snippets.

@klosowsk
Created May 20, 2019 18:29
Show Gist options
  • Save klosowsk/dd927c62fc50afc6fba1ce59b3fc7262 to your computer and use it in GitHub Desktop.
Save klosowsk/dd927c62fc50afc6fba1ce59b3fc7262 to your computer and use it in GitHub Desktop.
import React from 'react';
import { LoginContextProvider } from 'contexts';
const App = () => {
return (
<LoginContextProvider>
{/* Your Application Content Goes in here */}
</LoginContextProvider>
);
};
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment