Skip to content
Snippets Groups Projects
modal.viewmodel.ts 114 B
Newer Older
  • Learn to ignore specific revisions
  • Matthias Feyll's avatar
    Matthias Feyll committed
    import { useEffect } from "react"
    
    
    export const useModalViewModel = () => {
    
    
        useEffect(() => {
    
        }, [])
    }