diff --git a/apps/app/pages/files/index.js b/apps/app/pages/files/index.js index c8ef2faa..7bb06e1d 100644 --- a/apps/app/pages/files/index.js +++ b/apps/app/pages/files/index.js @@ -6,6 +6,7 @@ import AppLayout from "~/layouts/AppLayout"; import Document from "~/components/Document"; import * as api from "bokkenjs"; import { notifyError } from "~/components/Notification"; +import { Empty } from 'antd'; const { Title } = Typography; @@ -44,24 +45,9 @@ function Files() { ))} ) : ( -