(Feature) Vercel AI SDK (#2024)
This commit is contained in:
14
examples/vercel-ai-sdk-chat-app/src/page.tsx
Normal file
14
examples/vercel-ai-sdk-chat-app/src/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
"use client";
|
||||
import { GlobalState } from "./contexts/GlobalContext";
|
||||
import Component from "./pages/home";
|
||||
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
<GlobalState>
|
||||
<Component />
|
||||
</GlobalState>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user