From 7d985c25226a9f15d2c8f18d745097acac264d65 Mon Sep 17 00:00:00 2001 From: daniel_sp Date: Sun, 18 Feb 2024 10:46:34 +0000 Subject: [PATCH] fix: import --- apps/app/pages/files/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/app/pages/files/index.js b/apps/app/pages/files/index.js index 7bb06e1d..a7d6f517 100644 --- a/apps/app/pages/files/index.js +++ b/apps/app/pages/files/index.js @@ -1,12 +1,11 @@ import { useEffect, useState } from "react"; import Link from "next/link"; -import { Button, Col, Row, Typography } from "antd"; +import { Button, Col, Row, Typography, Empty } from "antd"; import { withAuth } from "~/components/Auth"; 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;