From 18050058709193e77a4c4cda38d42d55b5f23b94 Mon Sep 17 00:00:00 2001 From: Nassim Tabchiche Date: Wed, 11 Dec 2024 16:16:53 +0100 Subject: [PATCH] chore: Remove unused import --- frontend/src/lib/utils/schemas.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/lib/utils/schemas.ts b/frontend/src/lib/utils/schemas.ts index 5934ddd26..c3aab8653 100644 --- a/frontend/src/lib/utils/schemas.ts +++ b/frontend/src/lib/utils/schemas.ts @@ -1,5 +1,4 @@ // schema for the validation of forms -import { description, threats } from '$paraglide/messages'; import { z, type AnyZodObject } from 'zod'; const toArrayPreprocessor = (value: unknown) => {