chore: cleaning up code to allow all platforms to co-exist
This commit is contained in:
@@ -38,19 +38,4 @@ export const ImageViewer: Component<ImageViewerProps> = (props) => {
|
||||
});
|
||||
|
||||
return null;
|
||||
|
||||
// return (
|
||||
// <div class="fixed inset-0">
|
||||
// {latestImage() && (
|
||||
// <div class="mt-4">
|
||||
// <h3>Latest Processed Image:</h3>
|
||||
// <img
|
||||
// src={latestImage() || undefined}
|
||||
// alt="Latest processed"
|
||||
// class="max-w-md"
|
||||
// />
|
||||
// </div>
|
||||
// )}
|
||||
// </div>
|
||||
// );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user