Skip to content

Commit

Permalink
chore: 필요없는코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
SujinKim1127 committed Jan 12, 2024
1 parent e67d33a commit 9ce7e80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
2 changes: 0 additions & 2 deletions src/components/Calendar/Cells.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ const Cells = ({ currentMonth, selectedDate, onDateClick, schedule }) => {
const startDate = startOfWeek(monthStart);
const endDate = endOfWeek(monthEnd);
const [data, setData] = useState([]);
const [selectday, setSelectday] = useState(new Date());
const [state, setState] = useState(false);
const statedayRef = useRef("");
const [isOpen, setIsOpen] = useAtom(modalState);

Expand Down
59 changes: 0 additions & 59 deletions src/components/Modal/Modal.jsx

This file was deleted.

0 comments on commit 9ce7e80

Please sign in to comment.