refactor: Update import path for getMissingKeys (#320)

This commit is contained in:
Lee Robinson 2024-05-01 23:13:21 -05:00 committed by GitHub
commit b5995c30fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ import { Chat } from '@/components/chat'
import { AI } from '@/lib/chat/actions'
import { auth } from '@/auth'
import { Session } from '@/lib/types'
import { getMissingKeys } from '../actions'
import { getMissingKeys } from '@/app/actions'
export const metadata = {
title: 'Next.js AI Chatbot'