Rename two files to match the new enforced standard

A PR was merged to trunk enforcing the use of the kebab case pattern for
file and directory names. This commit changes the name of a directory
and two files that were created before the PR was merged.

[MAILPOET-5398]
This commit is contained in:
Rodrigo Primo
2023-10-02 10:02:30 -03:00
committed by Aschepikov
parent 2e0281f7ab
commit b008839e81
3 changed files with 2 additions and 2 deletions

View File

@@ -7,8 +7,8 @@ import { Hooks } from 'wp-js-hooks';
import { Input } from 'common/form/input/input';
import { ReactSelect } from 'common/form/react-select/react-select';
import { APIErrorsNotice } from 'notices/api-errors-notice';
import { FieldsSection } from 'common/fields_section/fields_section';
import { FieldWrapper } from 'common/fields_section/field_wrapper';
import { FieldsSection } from 'common/fields-section/fields-section';
import { FieldWrapper } from 'common/fields-section/field-wrapper';
import { MailPoet } from 'mailpoet';
import { LockedBadge } from 'common/premium-modal/locked-badge';
import { PremiumModal } from 'common/premium-modal';