Use `export *`.

This commit is contained in:
Bauke 2022-03-16 15:41:46 +01:00
parent ad32b07691
commit a6e972d14c
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
export * from './buttons/confirm-button.js';
// Link Exports
export {PrivacyLink, PrivacyLinkProps} from './links/privacy-link.js';
export * from './links/privacy-link.js';