Преглед изворни кода

:fire: 不用的import Space

visuddhinanda пре 2 година
родитељ
комит
4c61cf8cdf
1 измењених фајлова са 1 додато и 9 уклоњено
  1. 1 9
      dashboard/src/components/export/ExportModal.tsx

+ 1 - 9
dashboard/src/components/export/ExportModal.tsx

@@ -1,12 +1,4 @@
-import {
-  Modal,
-  Progress,
-  Select,
-  Space,
-  Switch,
-  Typography,
-  message,
-} from "antd";
+import { Modal, Progress, Select, Switch, Typography, message } from "antd";
 import { useEffect, useRef, useState } from "react";
 import { get } from "../../request";
 import { ArticleType } from "../article/Article";