Skip to content

Commit

Permalink
ref: prerify
Browse files Browse the repository at this point in the history
  • Loading branch information
kubabutkiewicz committed Oct 31, 2023
1 parent 8ef5b03 commit 1457851
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/withCurrentReportID.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, {createContext, forwardRef, useCallback, useState, useMemo, RefAttributes, ComponentType, ForwardedRef} from 'react';
import PropTypes from 'prop-types';
import {NavigationState} from '@react-navigation/native';

import PropTypes from 'prop-types';
import React, {ComponentType, createContext, ForwardedRef, forwardRef, RefAttributes, useCallback, useMemo, useState} from 'react';
import getComponentDisplayName from '@libs/getComponentDisplayName';
import Navigation from '@libs/Navigation/Navigation';

Expand Down

0 comments on commit 1457851

Please sign in to comment.