diff --git a/front/src/lib/types.ts b/front/src/lib/types.ts index 0e48926..f089c8b 100644 --- a/front/src/lib/types.ts +++ b/front/src/lib/types.ts @@ -21,7 +21,7 @@ export type CartItem = { data: Item; }; -export type CartRecord = Record +export type CartRecord = Record; export type JSONResponse = { data?: {