import type React from "react"; import { ScreenshotScene } from "./ScreenshotScene"; export const SingleToolScene: React.FC = () => { return ( ); };