Bläddra i källkod

:fire: import button

visuddhinanda 2 år sedan
förälder
incheckning
66ef23be6e
1 ändrade filer med 1 tillägg och 1 borttagningar
  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";