Skip to content

Commit

Permalink
Update states.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob authored Oct 27, 2024
1 parent e3e1a70 commit cf8d4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import type { ICity } from "@weatherio/types";

// See Legend Documentation for more information about the state management
// If you want more information stored in the state, you can change the input into an object
// In the future: https://claude.ai/chat/ea9caa2d-1857-4b22-8316-fc8797038009
export const activeCity$ = observable<ICity>({
id: "",
name: "",
Expand Down

0 comments on commit cf8d4a7

Please sign in to comment.