From 1256badc6569810f473a2c7d421b2c30fafd5cc9 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 31 Jul 2025 16:28:02 +0200 Subject: [PATCH] Fix use client --- lib/client/constants.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/client/constants.tsx b/lib/client/constants.tsx index b9e0f44f..8915d335 100644 --- a/lib/client/constants.tsx +++ b/lib/client/constants.tsx @@ -1,3 +1,5 @@ +'use client'; + export const supportEmail = 'mysharktrash@gmail.com (official email to be created)'; export const pStyle = "mt-1 text-gray-800 dark:text-white whitespace-pre-line";