Skip to content

Commit

Permalink
Merge pull request #35361 from VickyStash/ts-migration/ReportActionIt…
Browse files Browse the repository at this point in the history
…emReportPreview-follow-up

[No QA] [TS migration] Fix Onyx types import
  • Loading branch information
robertjchen authored Jan 30, 2024
2 parents fe1655f + 4e2b39d commit 6774c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/ReportPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, {useMemo} from 'react';
import {View} from 'react-native';
import type {StyleProp, ViewStyle} from 'react-native';
import {withOnyx} from 'react-native-onyx';
import type {OnyxCollection, OnyxEntry} from 'react-native-onyx/lib/types';
import type {OnyxCollection, OnyxEntry} from 'react-native-onyx';
import Button from '@components/Button';
import Icon from '@components/Icon';
import * as Expensicons from '@components/Icon/Expensicons';
Expand Down

0 comments on commit 6774c64

Please sign in to comment.