mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
[portal][misc] fix CI error
This commit is contained in:
@ -55,7 +55,7 @@ export default function HomePage() {
|
||||
<pre>{JSON.stringify(selectedCountry, null, 2)}</pre>
|
||||
<HorizontalDivider />
|
||||
<CitiesTypeahead onSelect={(option) => setSelectedCity(option)} />
|
||||
<pre>{JSON.stringify(selectedCountry, null, 2)}</pre>
|
||||
<pre>{JSON.stringify(selectedCity, null, 2)}</pre>
|
||||
</div>
|
||||
<div className="space-y-4">
|
||||
<MonthYearPicker
|
||||
|
Reference in New Issue
Block a user