Skip to content

Commit

Permalink
Fix circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jun 29, 2024
1 parent 0066f81 commit d509cc3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/elements/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export * from './constants';
export * from './utils';
export * from './elementType';
export * from './types';
export * from './propTypes';
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ import {
/**
* Internal dependencies
*/
import {
MULTIPLE_VALUE,
BACKGROUND_TEXT_MODE,
OverlayType,
} from '../constants';
import { MULTIPLE_VALUE, BACKGROUND_TEXT_MODE, OverlayType } from './constants';

const mask = PropTypes.shape({
type: PropTypes.string.isRequired,
Expand Down
1 change: 0 additions & 1 deletion packages/elements/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export * from './data';
export * from './element';
export * from './elementType';
export * from './elementDefinition';
export * from './propTypes';
export * from './page';
export * from './story';
export * from './taxonomies';
Expand Down

0 comments on commit d509cc3

Please sign in to comment.