kaori 3 лет назад
Родитель
Сommit
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 {
   Modal, ModalBody,
 } from 'reactstrap';
 
 import { usePagePresentationModal } from '~/stores/modal';
 
-// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
 const PagePresentationModal = () => {
 
   const { data: presentationData, close: closePresentationModal } = usePagePresentationModal();