From 3f1a87c6a525db7ab9cc1c1f28b675cc4df610d6 Mon Sep 17 00:00:00 2001 From: daniel_sp Date: Mon, 12 Feb 2024 19:34:07 +0000 Subject: [PATCH] fix: change icon to antd --- apps/app/pages/files/index.js | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) 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() { ))} ) : ( -
- -

Sem ficheiros

-
+
+ +