소스 검색

clean code

kaori 4 년 전
부모
커밋
053d5b87e7
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      packages/app/src/stores/page.tsx

+ 0 - 2
packages/app/src/stores/page.tsx

@@ -1,9 +1,7 @@
 import useSWR, { SWRResponse } from 'swr';
 
 import { Types } from 'mongoose';
-
 import { apiv3Get } from '~/client/util/apiv3-client';
-import { SubscribeStatuses } from '~/interfaces/in-app-notification-settings';
 
 import { IPage } from '~/interfaces/page';
 import { IPagingResult } from '~/interfaces/paging-result';