Skip to content

Commit

Permalink
fix: lint/format
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesBelveze committed Mar 11, 2025
1 parent 5b10149 commit f4cd129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { useContext, useEffect, useMemo, useRef, useState } from "react";

import { useFileDrop } from "@app/components/assistant/conversation/FileUploaderContext";
import { GenerationContext } from "@app/components/assistant/conversation/GenerationContextProvider";
import { InputBarAttachments } from "@app/components/assistant/conversation/input_bar/InputBarAttachments";
import type { InputBarContainerProps } from "@app/components/assistant/conversation/input_bar/InputBarContainer";
import InputBarContainer, {
INPUT_BAR_ACTIONS,
Expand All @@ -24,7 +25,6 @@ import { useUnifiedAgentConfigurations } from "@app/lib/swr/assistants";
import { useConversation } from "@app/lib/swr/conversations";
import { useSpaces } from "@app/lib/swr/spaces";
import { classNames } from "@app/lib/utils";
import { InputBarAttachments } from "@app/components/assistant/conversation/input_bar/InputBarAttachments";

const DEFAULT_INPUT_BAR_ACTIONS = [...INPUT_BAR_ACTIONS];

Expand Down

0 comments on commit f4cd129

Please sign in to comment.