Removes unused example messages array (#310)
This commit is contained in:
commit
8d3933f83b
1 changed files with 0 additions and 15 deletions
|
|
@ -4,21 +4,6 @@ import { Button } from '@/components/ui/button'
|
||||||
import { ExternalLink } from '@/components/external-link'
|
import { ExternalLink } from '@/components/external-link'
|
||||||
import { IconArrowRight } from '@/components/ui/icons'
|
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() {
|
export function EmptyScreen() {
|
||||||
return (
|
return (
|
||||||
<div className="mx-auto max-w-2xl px-4">
|
<div className="mx-auto max-w-2xl px-4">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue