import React from 'react'; import { useDispatch } from 'react-redux'; import { showToast } from '../../../helpers/toastHelper'; import OvalContentsIndex from './OvalContentsIndex'; const WrappedOvalContentsIndex = props => { const dispatch = useDispatch(); return ; }; export default WrappedOvalContentsIndex;