Skip to content
Snippets Groups Projects
Commit 9ff8f622 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

separate template types and components in file system

parent 8744a9a7
No related branches found
Tags v0.2.8
No related merge requests found
Showing
with 1 addition and 1 deletion
"use client"; "use client";
import { useChat } from "ai/react"; import { useChat } from "ai/react";
import { ChatInput, ChatMessages, Message } from "../../../../ui/html/chat"; import { ChatInput, ChatMessages, Message } from "../../../../../ui/html/chat";
export default function ChatSection() { export default function ChatSection() {
const { messages, input, isLoading, handleSubmit, handleInputChange } = const { messages, input, isLoading, handleSubmit, handleInputChange } =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment