Skip to content

Commit

Permalink
refactor: Remove unused code in chat/actions.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
YouXam committed Jul 19, 2024
1 parent 249d9c5 commit 2f62803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chat/actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { createOpenAI } from '@ai-sdk/openai'

import { BotMessage } from '@/components/stocks'
import { nanoid } from '@/lib/utils'
import { ExplanationOfInaccessibility, SpinnerMessage, UserMessage } from '@/components/stocks/message'
import { SpinnerMessage, UserMessage } from '@/components/stocks/message'
import { Chat, Message } from '@/lib/types'
import { z } from 'zod'

Expand Down

0 comments on commit 2f62803

Please sign in to comment.