PATH:
home
/
bkunreyz
/
ezdatarecovery.net
/
wp-content
/
plugins
/
extendify
/
src
/
HelpCenter
/
components
/
modal
import { useRouter } from '@help-center/hooks/useRouter'; // import { motion, AnimatePresence } from 'framer-motion'; export const ModalContent = () => { const { CurrentPage } = useRouter(); return ( <div className="h-full w-full"> <CurrentPage /> </div> ); };
[-] TopBar.jsx
[edit]
[+]
..
[-] ModalContent.jsx
[edit]
[-] Modal.jsx
[edit]