Browse Source

:fire: import button

visuddhinanda 3 years ago
parent
commit
66ef23be6e
1 changed files with 1 additions and 1 deletions
  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";