import { useEffect } from "react" export const useModalViewModel = () => { useEffect(() => { }, []) }