From f18005979c5ff6755bc46fc9b0544569e4bedf3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=84?= Date: Tue, 27 Feb 2024 17:08:51 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=96=89=EC=9D=B4=EB=A0=A5=20?= =?UTF-8?q?=ED=98=84=ED=99=A9=20=EC=97=91=EC=85=80=20=EB=8B=A4=EC=9A=B4?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/crud/excel/ExcelExportButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/crud/excel/ExcelExportButton.js b/src/components/crud/excel/ExcelExportButton.js index 082549b2..3e80cb9f 100644 --- a/src/components/crud/excel/ExcelExportButton.js +++ b/src/components/crud/excel/ExcelExportButton.js @@ -1,6 +1,6 @@ import { useEffect } from 'react'; import { CSVLink, CSVDownload } from 'react-csv'; -import { Button } from '@component/ui'; +import { Button } from 'reactstrap'; import { File } from 'react-feather'; export const ExcelExportButton = props => { return (