TP-71626 | Fix

This commit is contained in:
yashmantri
2024-08-27 13:40:47 +05:30
parent 04587512fb
commit f78043395b

View File

@@ -2,7 +2,6 @@ import { StackActions } from '@react-navigation/native';
import React, { RefObject } from 'react';
import { TemplateRoutePrefix } from '../../common/Constants';
import { CaseAllocationType } from '../../screens/allCases/interface';
import { BOTTOM_TAB_ROUTES } from '@screens/allCases/constants';
export const navigationRef: RefObject<any> = React.createRef();