feat: Enhance logging and type safety across various components and services
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Has been cancelled

This commit is contained in:
2025-12-13 23:12:50 -08:00
parent 77454b04c2
commit 7615d7746e
16 changed files with 96 additions and 61 deletions

View File

@@ -5,7 +5,6 @@ import { useUserData } from './useUserData';
import { useApi } from './useApi';
import * as apiClient from '../services/apiClient';
import type { ShoppingList, ShoppingListItem } from '../types';
import { logger } from '../services/logger.client';
/**
* A custom hook to manage all state and logic related to shopping lists.