visuddhinanda 2 лет назад
Родитель
Сommit
66ef23be6e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/article/ArticlePrevDrawer.tsx

+ 1 - 1
dashboard/src/components/article/ArticlePrevDrawer.tsx

@@ -1,4 +1,4 @@
-import { Button, Drawer, Typography } from "antd";
+import { Drawer, Typography } from "antd";
 import React, { useEffect, useState } from "react";
 import { put } from "../../request";
 import { IArticleDataResponse, IArticleResponse } from "../api/Article";