Skip to content

Commit

Permalink
Update useThemeStyles hook import to follow main branch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
VickyStash committed Dec 14, 2023
1 parent 16aeb28 commit 3d2e50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/TaskAction.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import {View} from 'react-native';
import Text from '@components/Text';
import useThemeStyles from '@hooks/useThemeStyles';
import * as TaskUtils from '@libs/TaskUtils';
import useThemeStyles from '@styles/useThemeStyles';

type TaskActionProps = {
/** Name of the reportAction action */
Expand Down

0 comments on commit 3d2e50f

Please sign in to comment.