feat: make weather fetching dynamic
This commit is contained in:
@@ -28,6 +28,7 @@ export type Weather = {
|
||||
location: string;
|
||||
latitude: string;
|
||||
longitude: string;
|
||||
timezone: string;
|
||||
}
|
||||
|
||||
export type Post = {
|
||||
|
||||
Reference in New Issue
Block a user