diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 20:44:46 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 20:44:46 +0200 |
| commit | fdf927db614a1e7696688b6e39c2bdb7548a72cc (patch) | |
| tree | 1c8e3cf64dfa4275e0526265f296b376c2c1b827 /app/client/dashboard/dashboard.component.js | |
| parent | 01cda57ffd9edc0a3f53501399c134815232e4b5 (diff) | |
loss report
Diffstat (limited to 'app/client/dashboard/dashboard.component.js')
| -rw-r--r-- | app/client/dashboard/dashboard.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/dashboard/dashboard.component.js b/app/client/dashboard/dashboard.component.js index 64200b0..c74c4df 100644 --- a/app/client/dashboard/dashboard.component.js +++ b/app/client/dashboard/dashboard.component.js @@ -10,7 +10,7 @@ import Button from '../common/button.component' import DashboardHeader from './dashboardheader.component' import TaskList from './tasklist.component' -import FileList from '../common/fileList.component' +import { FileList } from '../common/fileList.component' import Gallery from '../common/gallery.component' import * as dashboardActions from './dashboard.actions' |
