소스 검색

clean code

kaori 4 년 전
부모
커밋
6d1412b6d5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/app/src/components/PageContentFooter.jsx

+ 0 - 1
packages/app/src/components/PageContentFooter.jsx

@@ -8,7 +8,6 @@ import PageContainer from '~/client/services/PageContainer';
 import { withUnstatedContainers } from './UnstatedUtils';
 import { usePath, useCurrentCreatedAt } from '~/stores/context';
 
-
 const PageContentFooter = (props) => {
   const { pageContainer } = props;
   const { data: createdAt } = useCurrentCreatedAt();