progress enforcing adr-0005
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 1m2s

This commit is contained in:
2026-01-08 21:50:21 -08:00
parent 5d06d1ba09
commit 2b517683fd

View File

@@ -1,5 +1,5 @@
// src/hooks/queries/useShoppingListsQuery.ts
import { useQuery } from '@tantml:parameter>
import { useQuery } from '@tanstack/react-query';
import * as apiClient from '../../services/apiClient';
import type { ShoppingList } from '../../types';