-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
204 additions
and
889 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
32 changes: 16 additions & 16 deletions
32
client/entrypoints/popup/components/ImageRecognition/ImageRecognition.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
// import React from 'react'; | ||
// import Header from '../shared/Header'; | ||
// import ModuleNames from '../../constants/Modules'; | ||
// import Footer from '../shared/Footer'; | ||
import React from 'react'; | ||
import Header from '../shared/Header'; | ||
import ModuleNames from '../../constants/Modules'; | ||
import Footer from '../shared/Footer'; | ||
|
||
// const ImageRecognition: React.FC = () => { | ||
// return ( | ||
// <> | ||
// <div> | ||
// <Header heading={ModuleNames.IMAGE_RECOGNITION}/> | ||
// {/* Add content for Image Recognition screen */} | ||
// </div> | ||
// <Footer/> | ||
// </> | ||
// ); | ||
// }; | ||
const ImageRecognition: React.FC = () => { | ||
return ( | ||
<> | ||
<div> | ||
<Header heading={ModuleNames.IMAGE_RECOGNITION}/> | ||
{/* Add content for Image Recognition screen */} | ||
</div> | ||
<Footer/> | ||
</> | ||
); | ||
}; | ||
|
||
// export default ImageRecognition; | ||
export default ImageRecognition; |
142 changes: 0 additions & 142 deletions
142
client/entrypoints/sidepanel/components/FeedBack/FeedBackPopover.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.