feature (prompt): proper prompt system

This commit is contained in:
Mickael KERJEAN
2018-04-06 13:18:38 +10:00
parent 4b06b8a802
commit 0eb59521ab
5 changed files with 93 additions and 86 deletions

View File

@ -2,7 +2,7 @@ import React from 'react';
import { BrowserRouter, Route, IndexRoute, Switch } from 'react-router-dom';
import { NotFoundPage, ConnectPage, HomePage, LogoutPage, FilesPage, ViewerPage } from './pages/';
import { Bundle, URL_HOME, URL_FILES, URL_VIEWER, URL_LOGIN, URL_LOGOUT } from './helpers/';
import { ModalPrompt, Audio, Video } from './components/';
import { ModalPrompt, Notification, Audio, Video } from './components/';
export default class AppRouter extends React.Component {
render() {