summaryrefslogtreecommitdiff
path: root/app/client/dashboard/dashboard.component.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-02 20:44:46 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-02 20:44:46 +0200
commitfdf927db614a1e7696688b6e39c2bdb7548a72cc (patch)
tree1c8e3cf64dfa4275e0526265f296b376c2c1b827 /app/client/dashboard/dashboard.component.js
parent01cda57ffd9edc0a3f53501399c134815232e4b5 (diff)
loss report
Diffstat (limited to 'app/client/dashboard/dashboard.component.js')
-rw-r--r--app/client/dashboard/dashboard.component.js2
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'