Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Willyfrog committed Feb 6, 2025
1 parent 97a2018 commit 07c6636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React from 'react';

import {renderWithIntl} from '@test/intl-test-helper';

import CustomProfileField from './customProfileField';
import CustomProfileField from './custom_profile_field';

const testID = 'custom_profile.field';
const inputTestID = `${testID}.input`;
Expand Down
2 changes: 1 addition & 1 deletion app/screens/edit_profile/components/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {useTheme} from '@context/theme';
import {t} from '@i18n';
import {getErrorMessage} from '@utils/errors';

import CustomProfileField from './customProfileField';
import CustomProfileField from './custom_profile_field';
import DisabledFields from './disabled_fields';
import EmailField from './email_field';
import Field from './field';
Expand Down

0 comments on commit 07c6636

Please sign in to comment.