소스 검색

rm empty lines

yohei0125 3 년 전
부모
커밋
12a25faf2a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      packages/app/src/components/PageAlert/PageStaleAlert.tsx

+ 0 - 2
packages/app/src/components/PageAlert/PageStaleAlert.tsx

@@ -1,9 +1,7 @@
-
 import { useIsEnabledStaleNotification } from '../../stores/context'
 import { useIsEnabledStaleNotification } from '../../stores/context'
 import { useSWRxCurrentPage, useSWRxPageInfo } from '../../stores/page'
 import { useSWRxCurrentPage, useSWRxPageInfo } from '../../stores/page'
 import { useTranslation } from 'react-i18next';
 import { useTranslation } from 'react-i18next';
 
 
-
 export const PageStaleAlert = ():JSX.Element => {
 export const PageStaleAlert = ():JSX.Element => {
   const { t } = useTranslation()
   const { t } = useTranslation()
   const { data: isEnabledStaleNotification } = useIsEnabledStaleNotification();
   const { data: isEnabledStaleNotification } = useIsEnabledStaleNotification();