vercel / ai-chatbot

A full-featured, hackable Next.js AI chatbot built by Vercel
https://chat.vercel.ai
Other
5.53k stars 1.63k forks source link

Different file import convention found #327

Open rudrodip opened 2 months ago

rudrodip commented 2 months ago

app/signup/actions.ts

import { getUser } from '../login/actions'

components/stocks/message.tsx

import { CodeBlock } from '../ui/codeblock'
import { MemoizedReactMarkdown } from '../markdown'

These imports can be refactored to fit to current convention of this project