Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Prevent circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Nov 14, 2023
1 parent 0cf538d commit 4ddb370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/checkout/components/index.ts
Expand Up @@ -9,4 +9,6 @@ export { default as Button } from './button';
export { default as Label } from './label';
export { default as StoreNoticesContainer } from './store-notices-container';
export { default as CheckboxControl } from './checkbox-control';
export { ValidationInputError } from './validation-input-error';
export { ValidatedTextInput, TextInput } from './text-input';
export { default as StoreNotice } from './store-notice';
@@ -0,0 +1 @@
export { ValidationInputError } from '../../../components/validation-input-error/';

0 comments on commit 4ddb370

Please sign in to comment.