refactor: Update import path for getMissingKeys (#320)
This commit is contained in:
commit
b5995c30fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue