Skip to content

Instantly share code, notes, and snippets.

@muhshahabipour
Created December 21, 2019 19:59
Show Gist options
  • Save muhshahabipour/e1505a9c970e59b6bdbaa3095aabcd7d to your computer and use it in GitHub Desktop.
Save muhshahabipour/e1505a9c970e59b6bdbaa3095aabcd7d to your computer and use it in GitHub Desktop.
react-notifications-component-index
import React from 'react';
import ReactNotifications from 'react-notifications-component';
import Homepage from './Homepage';
function App() {
return (
<div>
<ReactNotifications />
<Homepage/>
</div>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment