From f35799bfd053100b02889174d7604585a5304c5f Mon Sep 17 00:00:00 2001 From: MaheshtheDev <38828053+MaheshtheDev@users.noreply.github.com> Date: Fri, 23 Jan 2026 23:02:02 +0000 Subject: fix: cf build (#700) --- apps/web/components/new/chat/index.tsx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps') diff --git a/apps/web/components/new/chat/index.tsx b/apps/web/components/new/chat/index.tsx index 5d01af56..22a77812 100644 --- a/apps/web/components/new/chat/index.tsx +++ b/apps/web/components/new/chat/index.tsx @@ -50,13 +50,6 @@ const DEFAULT_SUGGESTIONS = [ "What are the main themes across my memories?", ] -const DEFAULT_SUGGESTIONS = [ - "Show me all content related to Supermemory.", - "Summarize the key ideas from My Gita.", - "Which memories connect design and AI?", - "What are the main themes across my memories?", -] - function ChatEmptyStatePlaceholder({ onSuggestionClick, suggestions = DEFAULT_SUGGESTIONS, -- cgit v1.2.3