From 6a1a32dc641e2b712eed5a6bc5d26731256a1826 Mon Sep 17 00:00:00 2001 From: Srujan Gurram <52039218+Royal-lobster@users.noreply.github.com> Date: Sun, 14 Apr 2024 20:02:17 +0530 Subject: [PATCH] Removes unused example messages array --- components/empty-screen.tsx | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/components/empty-screen.tsx b/components/empty-screen.tsx index bb70d95..1bdbd59 100644 --- a/components/empty-screen.tsx +++ b/components/empty-screen.tsx @@ -4,21 +4,6 @@ import { Button } from '@/components/ui/button' import { ExternalLink } from '@/components/external-link' import { IconArrowRight } from '@/components/ui/icons' -const exampleMessages = [ - { - heading: 'Explain technical concepts', - message: `What is a "serverless function"?` - }, - { - heading: 'Summarize an article', - message: 'Summarize the following article for a 2nd grader: \n' - }, - { - heading: 'Draft an email', - message: `Draft an email to my boss about the following: \n` - } -] - export function EmptyScreen() { return (