feat(ui): clean up network stuff

- Remove unused dependency on `openapi-fetch`
- Organise network-related nanostores
This commit is contained in:
psychedelicious
2023-11-25 13:48:53 +11:00
committed by Kent Keirsey
parent da4aab9233
commit 785d584603
15 changed files with 74 additions and 183 deletions

View File

@ -4,7 +4,7 @@ import {
ThunkDispatch,
createEntityAdapter,
} from '@reduxjs/toolkit';
import { $queueId } from 'features/queue/store/queueNanoStore';
import { $queueId } from 'app/store/nanostores/queueId';
import { listParamsReset } from 'features/queue/store/queueSlice';
import queryString from 'query-string';
import { ApiTagDescription, api } from '..';