File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import ByCharacter from "./layout/Confusables/ByCharacter/ByCharacter";
88import ByLabel from "./layout/Confusables/ByLabel/ByLabel" ;
99import TextSearch from "./layout/Confusables/TextSearch/TextSearch" ;
1010import OcrUpload from "./layout/Confusables/OpticalCharacterRecognition/OcrUpload" ;
11+ import TextComparison from "./layout/Confusables/TextComparison/TextComparison" ;
1112
1213import "./App.css" ;
1314
@@ -49,6 +50,7 @@ function App() {
4950 { id : "character" , label : "Search by character" } ,
5051 { id : "all" , label : "All confusables " } ,
5152 { id : "ocr" , label : "OCR" } ,
53+ { id : "text-comparison" , label : "Text comparison" } ,
5254 ] }
5355 tabPanels = { [
5456 {
@@ -71,6 +73,10 @@ function App() {
7173 id : "ocr" ,
7274 children : < OcrUpload /> ,
7375 } ,
76+ {
77+ id : "text-comparison" ,
78+ children : < TextComparison /> ,
79+ } ,
7480 ] }
7581 />
7682 </ main >
You can’t perform that action at this time.
0 commit comments