feat(elements): add app store view component for browsing and deploying app templates

This commit is contained in:
2026-03-18 02:34:14 +00:00
parent a1409a4d57
commit 52c9c7251e
4 changed files with 576 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ export * from './sz-registry-external-view.js';
export * from './sz-services-list-view.js';
export * from './sz-services-backups-view.js';
export * from './sz-service-detail-view.js';
export * from './sz-app-store-view.js';
// Tokens View
export * from './sz-tokens-view.js';