landing page finished

This commit is contained in:
2024-07-29 21:23:26 +02:00
parent 6348af8862
commit 55e800009e
8 changed files with 164 additions and 54 deletions

View File

@@ -230,6 +230,12 @@ export interface GeoResult {
state: string;
state_code: string;
}
export interface CityAndStateResult {
id: number;
name: string;
type: string;
state_code: string;
}
export interface CountyResult {
id: number;
name: string;