feature (notification): proper notification system

This commit is contained in:
Mickael KERJEAN
2018-04-06 13:09:22 +10:00
parent 22d2cd7b00
commit 4b06b8a802
14 changed files with 185 additions and 145 deletions

View File

@ -21,6 +21,7 @@ export default class AppRouter extends React.Component {
</div>
</BrowserRouter>
<ModalPrompt />
<Notification />
</div>
);
}