diff --git a/app/(chat)/page.tsx b/app/(chat)/page.tsx index 51bdeda..21b79f9 100644 --- a/app/(chat)/page.tsx +++ b/app/(chat)/page.tsx @@ -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'