fix: correct closing tags in Countries.tsx

This commit is contained in:
Usman Baig
2026-01-16 20:11:07 +01:00
parent 294a90c35e
commit 834108f8d4

View File

@@ -54,6 +54,7 @@ export default function Locations({ countries, cities }: LocationProps) {
</div> </div>
))} ))}
</div> </div>
</div>
) )
} }