From f99aed96cce97fb1a35a4e1aff98e88dc2e90ac1 Mon Sep 17 00:00:00 2001 From: Mohamed-Hacene Date: Fri, 19 Apr 2024 17:42:05 +0200 Subject: [PATCH] chore: remove useless 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 457f2e03c..4fda8f3d9 100644 --- a/frontend/src/lib/utils/schemas.ts +++ b/frontend/src/lib/utils/schemas.ts @@ -1,4 +1,3 @@ -import { observation } from '$paraglide/messages'; import { z, type AnyZodObject } from 'zod'; const toArrayPreprocessor = (value: unknown) => {