Created
December 21, 2019 19:59
-
-
Save muhshahabipour/e1505a9c970e59b6bdbaa3095aabcd7d to your computer and use it in GitHub Desktop.
react-notifications-component-index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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