Skip to content

Commit

Permalink
Do not export SidebarProps
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnish04 committed Feb 16, 2024
1 parent 69bc8d5 commit 4d3e39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ChatCraftFunction } from "../../lib/ChatCraftFunction";
import SidebarDesktop from "./SidebarDesktop";
import SidebarMobile from "./SidebarMobile";

export type SidebarProps = {
type SidebarProps = {
searchText?: string; // For the search field in mobile sidebar
selectedChat?: ChatCraftChat;
selectedFunction?: ChatCraftFunction;
Expand Down

0 comments on commit 4d3e39e

Please sign in to comment.