From fbd604830e3d919f3c28f9226b3e540f8f363df2 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:12:16 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 9dce923 according to the output from Prettier. Details: None --- front/src/lib/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/lib/types.ts b/front/src/lib/types.ts index caba824..387d9b1 100644 --- a/front/src/lib/types.ts +++ b/front/src/lib/types.ts @@ -15,7 +15,6 @@ export interface Item { images?: string[]; } - export interface CartItem { amount: number; data: Item;