Remove padding, fix build

This commit is contained in:
Tat Dat Duong
2025-03-07 15:46:00 +01:00
parent 5acee514ba
commit eb4d86b6af
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import { useStreamContext } from "@/providers/Stream";
import { Checkpoint, Message } from "@langchain/langgraph-sdk";
import { getContentString } from "../utils";
import { BranchSwitcher, CommandBar } from "./shared";
import { Avatar, AvatarFallback } from "@/components/ui/avatar";
import { MarkdownText } from "../markdown-text";
import { LoadExternalComponent } from "@langchain/langgraph-sdk/react-ui";
import { cn } from "@/lib/utils";