File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515/**
1616 * Internal dependencies
1717 */
18- import { ICONS } from '../../constant ' ;
18+ import { ICONS } from '../../constants ' ;
1919import { justifyLeft , justifyRight } from '@wordpress/icons' ;
2020
2121/**
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments