import './App.css' import ImageProcessor from './components/ImageProcessor' function App() { return ( ) } export default App