UNPKG

91 BJavaScriptView Raw
1import { useEffect } from 'react';
2
3export default effect => {
4 useEffect(effect, []);
5};