diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-05 13:28:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-05 13:28:55 +0200 |
| commit | a4f6d0e9afa4993437e3031aaa4771f268ce4d99 (patch) | |
| tree | 1524924ff751f752a8db6341f08b152d9dcb11b6 /app/client/dashboard/dashboard.component.js | |
| parent | ead43de436c7e625a77b0103e70ba0100ad52f8e (diff) | |
app
Diffstat (limited to 'app/client/dashboard/dashboard.component.js')
| -rw-r--r-- | app/client/dashboard/dashboard.component.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/client/dashboard/dashboard.component.js b/app/client/dashboard/dashboard.component.js index 0c15f99..cbfdd33 100644 --- a/app/client/dashboard/dashboard.component.js +++ b/app/client/dashboard/dashboard.component.js @@ -10,9 +10,7 @@ import Select from '../common/select.component' import Button from '../common/button.component' import DashboardHeader from './dashboardheader.component' -import TaskList from './tasklist.component' -import { Loading, FolderList, FileList } from '../common' -import Gallery from '../common/gallery.component' +import { Loading, FolderList, FileList, TaskList, Gallery } from '../common' import * as dashboardActions from './dashboard.actions' import * as audioPlayerActions from '../common/audioPlayer/audioPlayer.actions' |
