import React from 'react'; import '../../styles/projector.css'; interface ImageViewerProps { url: string; } export function ImageViewer({ url }: ImageViewerProps) { return (