From 997f737782f12d71fc2f5660696bf35ba144bf44 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Tue, 14 Jun 2022 18:35:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20css=20=EC=A0=81=EC=9A=A9=20=EC=A7=84?= =?UTF-8?q?=ED=96=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/biz/pboard/PublicBoard.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/biz/pboard/PublicBoard.jsx b/src/views/biz/pboard/PublicBoard.jsx index cbc0938..c915f29 100644 --- a/src/views/biz/pboard/PublicBoard.jsx +++ b/src/views/biz/pboard/PublicBoard.jsx @@ -1,5 +1,5 @@ -import { useCallback, useEffect, useState } from 'react'; -import { useMutation, useQuery, useQueryClient } from 'react-query'; +import { useState } from 'react'; +import { useQuery } from 'react-query'; // material-ui import { Button, Grid, Link } from '@mui/material'; @@ -23,7 +23,6 @@ import { removeAlert, saveAlert } from '../../../commons/XitCmm'; const PublicBoard = () => { const { user } = useAuth(); - const queryClient = useQueryClient(); const [owner, setOwner] = useState(); const [totalCount, setTotalCount] = useState(0); const [rowsState, setRowsState] = useState({