Initial commit: scaffold stack.gallery catalog frontend
This commit is contained in:
19
ts_web/elements/index.ts
Normal file
19
ts_web/elements/index.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
// Small reusable components
|
||||
export * from './sg-stat-card.js';
|
||||
export * from './sg-protocol-badge.js';
|
||||
export * from './sg-install-snippet.js';
|
||||
|
||||
// View components
|
||||
export * from './sg-login-view.js';
|
||||
export * from './sg-dashboard-view.js';
|
||||
export * from './sg-organizations-list-view.js';
|
||||
export * from './sg-organization-detail-view.js';
|
||||
export * from './sg-repository-detail-view.js';
|
||||
export * from './sg-packages-list-view.js';
|
||||
export * from './sg-package-detail-view.js';
|
||||
export * from './sg-tokens-view.js';
|
||||
export * from './sg-settings-view.js';
|
||||
export * from './sg-admin-providers-view.js';
|
||||
export * from './sg-admin-provider-form-view.js';
|
||||
export * from './sg-public-layout.js';
|
||||
export * from './sg-public-search-view.js';
|
||||
Reference in New Issue
Block a user