Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Jan 6, 2024
1 parent 2d75fb8 commit 9856e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/ActionableItemButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import {View} from 'react-native';
import Button from '@components/Button';
import useThemeStyles from '@hooks/useThemeStyles';
import {TranslationPaths} from '@src/languages/types';
import type {TranslationPaths} from '@src/languages/types';
import useLocalize from '@hooks/useLocalize';

type ActionableItem = {
Expand Down

0 comments on commit 9856e91

Please sign in to comment.