Skip to content

Commit 37e4e70

Browse files
authored
Renamed component names to lowercase (#53)
1 parent 8c029dc commit 37e4e70

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

src/bundle/Resources/public/ts/components/input_text/input_text_field.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Base } from '../../partials';
22
import { HelperText } from '../helper_text';
33
import { InputTextInput } from './input_text_input';
4-
import { Label } from '../Label';
4+
import { Label } from '../label';
55

66
import IsEmptyStringValidator from '@ids-core/validators/IsEmptyStringValidator';
77
import type { TranslatorType } from '@ids-core/types/translator';
File renamed without changes.

src/bundle/Resources/public/ts/partials/base_field.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Base } from './base';
22
import { HelperText } from '../components/helper_text';
3-
import { Label } from '../components/Label';
3+
import { Label } from '../components/label';
44

55
import ValidatorManager from '../validators/ValidatorManager';
66

0 commit comments

Comments
 (0)