Skip to content

Commit

Permalink
[Feat]관리자 전체 알림 모달 API 개선 #713
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilbur0306 committed Mar 8, 2023
1 parent 35b2617 commit 6e61804
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/modal/admin/AdminNotiAllModal.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { useRef, useState } from 'react';
import { useRef } from 'react';
import { useSetRecoilState } from 'recoil';
import { modalState } from 'utils/recoil/modal';
import { toastState } from 'utils/recoil/toast';
import { NotiAllInfo } from 'types/admin/adminNotiAllTypes';
import instance from 'utils/axios';
import styles from 'styles/admin/modal/AdminNoti.module.scss';

Expand Down

0 comments on commit 6e61804

Please sign in to comment.