refactor(image-viewer): update ImageViewer component structure and remove commented code

This commit is contained in:
2025-04-22 22:13:40 +02:00
parent dc83bdb3fb
commit 78fe25497b
2 changed files with 4 additions and 13 deletions

View File

@@ -37,9 +37,7 @@ export function ImageViewer() {
return null;
// return (
// <div>
// <FolderPicker />
// <div class="fixed inset-0">
// {latestImage() && (
// <div class="mt-4">
// <h3>Latest Processed Image:</h3>