| 1 | import { create } from "zustand"; |
| 2 | import { getSettings, resetSettings, updateSettings } from "../query/api"; |
| 3 | import { Settings, UpdateSettingsRequest } from "@gen/apiclient/user/v1/user_pb"; |
| 4 | import { PlainMessage } from "../query/types"; |
nothing calls this directly
no test coverage detected