Remove types entrypoint

This commit is contained in:
Tat Dat Duong
2025-03-05 17:58:51 +01:00
parent 16470a75c0
commit 7c3543e923
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { type Message } from "@langchain/langgraph-sdk";
import type {
UIMessage,
RemoveUIMessage,
} from "@langchain/langgraph-sdk/react-ui/types";
} from "@langchain/langgraph-sdk/react-ui";
import { useQueryParam, StringParam } from "use-query-params";
import { Input } from "@/components/ui/input";
import { Button } from "@/components/ui/button";