This commit is contained in:
2021-08-29 20:21:52 +07:00
2 changed files with 1507 additions and 0 deletions
+1506
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -33,6 +33,7 @@ const App = () => {
'Too many matches, specific another filter' :
filtered.map(item => <p key={item.alpha2Code}>{item.name}</p>)
}
</div>
)