feat(web): replace custom S3 browser components with dees-s3-browser integration

This commit is contained in:
2026-03-12 15:16:24 +00:00
parent c4afbdfd7f
commit 150d6d9d86
11 changed files with 63 additions and 3812 deletions

View File

@@ -1,12 +1,6 @@
// Main app shell
export * from './tsview-app.js';
// S3 components
export * from './tsview-s3-browser.js';
export * from './tsview-s3-columns.js';
export * from './tsview-s3-keys.js';
export * from './tsview-s3-preview.js';
// MongoDB components
export * from './tsview-mongo-browser.js';
export * from './tsview-mongo-collections.js';