psychedelicious da5907613b fix(ui): fix typing of usGalleryImages
For some reason `ReturnType<typeof useListImagesQuery>` isn't working correctly, and destructuring `queryResult` it results in `any`, when the hook is used.

I've removed the explicit return typing so that consumers of the hook get correct types.
2024-01-10 00:11:05 -05:00
..
2023-08-18 15:52:04 +10:00
2023-07-28 09:46:44 -04:00
2023-09-12 13:01:58 -04:00