Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsp45 committed Feb 18, 2024
1 parent 3f1a87c commit 7d985c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/app/pages/files/index.js
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 7d985c2

Please sign in to comment.