mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
♻️ Organize some reusable components
This commit is contained in:
parent
c7b80b6cd5
commit
47294ca530
30 changed files with 152 additions and 141 deletions
|
@ -0,0 +1,8 @@
|
|||
export { default as Action } from './Action';
|
||||
export { default as Content } from './Content';
|
||||
export { default as ContentWrapper } from './ContentWrapper';
|
||||
export { default as Description } from './Description';
|
||||
export { default as Header } from './Header';
|
||||
export { default as SupplementaryLabel } from './SupplementaryLabel';
|
||||
export { default as Title } from './Title';
|
||||
export { default as TitleWrapper } from './TitleWrapper';
|
Loading…
Add table
Add a link
Reference in a new issue