-
Kucinako
-
-
-
-
- { langSelectDropdown }
-
-
+ return (
+
+
+
+
Kucinako
+
+ {
+ setSearchBoxInput(evt.target.value);
+ } } />
-
+
+ { langSelectDropdown }
+
+
-
- );
- }
-}
+
+
+
+ );
+};
export default App;
diff --git a/src/dbtypes.ts b/src/dbtypes.ts
index 649d8a1..5063916 100644
--- a/src/dbtypes.ts
+++ b/src/dbtypes.ts
@@ -14,4 +14,4 @@ interface JutEntryProps {
gender: string;
}
-export { SaiEntryProps, JutEntryProps };
+export {SaiEntryProps, JutEntryProps};