feat: updating name for default swappable refs

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-08-11 13:41:02 +02:00
parent 4de73c5c18
commit d274e0c90e
8 changed files with 34 additions and 49 deletions
@@ -384,9 +384,9 @@ describe('createApp', () => {
</api:app/app-theme>
<api:app/swappable-components out=[core.api.factory]>
components [
<component:app/core.components.progress out=[core.swappableComponent] />
<component:app/core.components.notFoundErrorPage out=[core.swappableComponent] />
<component:app/core.components.errorBoundary out=[core.swappableComponent] />
<component:app/core-progress out=[core.swappableComponent] />
<component:app/core-not-found-error-page out=[core.swappableComponent] />
<component:app/core-error-display out=[core.swappableComponent] />
]
</api:app/swappable-components>
<api:app/icons out=[core.api.factory] />