Przeglądaj źródła

:fire: import button

visuddhinanda 2 lat temu
rodzic
commit
66ef23be6e

+ 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";