Skip to content

Commit

Permalink
fix: add comment eslint-disable-next-line no-restricted-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictb committed Sep 16, 2024
1 parent 8aa15ad commit 9b42638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Search/SearchTypeMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {useRoute} from '@react-navigation/native';
import React, {useCallback, useContext, useLayoutEffect, useRef} from 'react';
import {View} from 'react-native';
// eslint-disable-next-line no-restricted-imports
import type {ScrollView as RNScrollView, ScrollViewProps, TextStyle, ViewStyle} from 'react-native';
import {useOnyx} from 'react-native-onyx';
import type {MenuItemBaseProps} from '@components/MenuItem';
Expand Down

0 comments on commit 9b42638

Please sign in to comment.