psychedelicious ec19fcafb1 fix(ui): fix circular dependency
This is actually a platform-specific issue. `madge` is complaining about a circular dependency on a single file - `invokeai/frontend/web/src/features/queue/store/nanoStores.ts`. In that file, we import from the `nanostores` package. Very similar name to the file itself.

The error only appears on Windows and macOS, I imagine because those systems both resolve `nanostores` to itself before resolving to the package.

The solution is simple - rename `nanoStores.ts`. It's now `queueNanoStore.ts`.
2023-09-25 10:45:38 +10:00
..
2023-08-01 07:59:01 -04:00
2023-09-24 12:22:29 -04:00
2023-08-23 23:06:42 +10:00
2023-09-25 10:45:38 +10:00
2023-07-28 09:46:44 -04:00
2023-05-11 11:55:51 +10:00
2023-03-03 00:02:15 -05:00
2023-03-03 00:02:15 -05:00
2023-03-03 00:02:15 -05:00
2023-09-04 19:08:18 +10:00
2023-09-04 19:08:18 +10:00