From cf8d4a7fe8567854455ed61b81ac9d0233d28583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6ssner?= Date: Sun, 27 Oct 2024 14:18:34 +1100 Subject: [PATCH] Update states.ts --- apps/web/src/states.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/states.ts b/apps/web/src/states.ts index a32c9353..90ae1344 100644 --- a/apps/web/src/states.ts +++ b/apps/web/src/states.ts @@ -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({ id: "", name: "",