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";