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({