From 9dce781d4a57451144a6aa71da3f1963a07c2701 Mon Sep 17 00:00:00 2001 From: Henrichy Date: Sat, 30 May 2026 19:25:12 +0100 Subject: [PATCH] Implemented frontend search and filtering for listings or data tables --- next-env.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next-env.d.ts b/next-env.d.ts index 9edff1c7..0c7fad71 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,7 @@ /// /// -import "./.next/types/routes.d.ts"; +/// +import "./.next/dev/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.