function App()

in DICOM-WSI/src/App.js [4:11]


function App() {
  
  return (
    <div className="App">
      <DicomPathViewer />
    </div>
  );
}