|
@@ -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();
|