Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Aug 7, 2024
1 parent d106777 commit b83cb82
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, {memo, useEffect, useRef} from 'react';
import {InteractionManager, type LayoutChangeEvent} from 'react-native';
import {InteractionManager} from 'react-native';
import type {LayoutChangeEvent} from 'react-native';
import GenericTooltip from '@components/Tooltip/GenericTooltip';
import type {EducationalTooltipProps} from '@components/Tooltip/types';
import CONST from '@src/CONST';
Expand Down

0 comments on commit b83cb82

Please sign in to comment.