Skip to content

Commit

Permalink
[TS migration] Prettier code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-rebelo committed Jan 8, 2024
1 parent a62150d commit 8e199e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AnchorForAttachmentsOnly/index.native.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import useThemeStyles from '@hooks/useThemeStyles';
import AnchorForAttachmentsOnlyProps from './types';
import BaseAnchorForAttachmentsOnly from './BaseAnchorForAttachmentsOnly';
import AnchorForAttachmentsOnlyProps from './types';

Check failure on line 4 in src/components/AnchorForAttachmentsOnly/index.native.tsx

View workflow job for this annotation

GitHub Actions / lint

All imports in the declaration are only used as types. Use `import type`

function AnchorForAttachmentsOnly(props: AnchorForAttachmentsOnlyProps) {
const styles = useThemeStyles();
Expand Down

0 comments on commit 8e199e5

Please sign in to comment.