mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-22 12:59:36 +02:00
Created config global state. Reworked WeatherSettings and WeatherWidget to use new config state.
This commit is contained in:
parent
a5504e6e80
commit
d257fbf9a3
15 changed files with 214 additions and 88 deletions
6
client/src/interfaces/Forms.ts
Normal file
6
client/src/interfaces/Forms.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export interface WeatherForm {
|
||||
WEATHER_API_KEY: string;
|
||||
lat: number;
|
||||
long: number;
|
||||
isCelsius: number;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue