소스 검색

clean code

kaori 3 년 전
부모
커밋
78d19bc335
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/PagePresentationModal.jsx

+ 1 - 1
packages/app/src/components/PagePresentationModal.jsx

@@ -1,11 +1,11 @@
 import React from 'react';
 import React from 'react';
+
 import {
 import {
   Modal, ModalBody,
   Modal, ModalBody,
 } from 'reactstrap';
 } from 'reactstrap';
 
 
 import { usePagePresentationModal } from '~/stores/modal';
 import { usePagePresentationModal } from '~/stores/modal';
 
 
-// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
 const PagePresentationModal = () => {
 const PagePresentationModal = () => {
 
 
   const { data: presentationData, close: closePresentationModal } = usePagePresentationModal();
   const { data: presentationData, close: closePresentationModal } = usePagePresentationModal();