Skip to content

Commit

Permalink
Removes unused example messages array
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster authored Apr 14, 2024
1 parent 79ee9e4 commit 6a1a32d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions components/empty-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div className="mx-auto max-w-2xl px-4">
Expand Down

0 comments on commit 6a1a32d

Please sign in to comment.