This approach is used in the Gutenberg repository. Our original approach, where we imported styles in index files in subdirectories, was a bit fragile because such a file might be skipped in case a component is imported directly. [MAILPOET-6320]
3 lines
74 B
TypeScript
3 lines
74 B
TypeScript
export * from './preview-dropdown';
|
|
export * from './send-preview-email';
|