Skip to content

Commit edae699

Browse files
committed
chore: rename file constant.js to constants.js
1 parent f03d24c commit edae699

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.

src/infotip/components/icon-tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
/**
1616
* Internal dependencies
1717
*/
18-
import { ICONS } from '../../constant';
18+
import { ICONS } from '../../constants';
1919
import { justifyLeft, justifyRight } from '@wordpress/icons';
2020

2121
/**

src/infotip/components/overlay-tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
/**
1414
* Internal dependencies
1515
*/
16-
import { PLACEMENT_OPTIONS } from '../../constant';
16+
import { PLACEMENT_OPTIONS } from '../../constants';
1717

1818
/**
1919
* OverlayTab component for the Overlay tab in the Infotip format.

src/marker/components/animation-tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
/**
1414
* Internal dependencies
1515
*/
16-
import { ANIMATIONS } from '../../constant';
16+
import { ANIMATIONS } from '../../constants';
1717

1818
/**
1919
* AnimationTab component for managing animation settings tab.

src/marker/components/style-tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
/**
1212
* Internal dependencies
1313
*/
14-
import { MARKER_PRESETS } from '../../constant';
14+
import { MARKER_PRESETS } from '../../constants';
1515

1616
/**
1717
* StyleTab component for managing marker style selection.

0 commit comments

Comments
 (0)