Skip to content

Commit 15d21af

Browse files
Copilotkdinev
andcommitted
Fix empty public_api.ts files in entry points
- Added exports to radio/src/radio/public_api.ts - Added exports to avatar, badge, snackbar, switch, tabs, toast public_api.ts files - These files were empty causing build errors - Each now exports its respective component Fixes build errors for 7 entry points Co-authored-by: kdinev <[email protected]>
1 parent 24737c9 commit 15d21af

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './avatar.component';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './badge.component';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './radio.component';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './snackbar.component';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './switch.component';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './tabs/public_api';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './toast.component';

0 commit comments

Comments
 (0)