aplication and bvn list added
This commit was merged in pull request #13.
This commit is contained in:
@@ -19,9 +19,10 @@ import {
|
||||
import { ToolbarWrapper } from '../../../_digifi/layout/components/toolbar';
|
||||
import { Content } from '../../../_digifi/layout/components/content';
|
||||
import { getUserDashDetails } from '../../modules/auth/core/_requests';
|
||||
import { DashDataProps } from './model';
|
||||
|
||||
const DashboardPage: FC = () => {
|
||||
const [dashDetails, setDashDetails] = useState({loading:true, data:{}})
|
||||
const [dashDetails, setDashDetails] = useState<DashDataProps>({loading:true, data:{}})
|
||||
|
||||
useEffect(()=>{
|
||||
getUserDashDetails().then(res => {
|
||||
|
||||
Reference in New Issue
Block a user