Skip to content

Commit

Permalink
Rename ChatInputx and ChatListx files to ChatInput and ChatList respe…
Browse files Browse the repository at this point in the history
…ctively, and update imports in Chat/index.tsx file
  • Loading branch information
Royal-lobster committed Sep 24, 2023
1 parent 2ddc1a1 commit a5ea3c8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/components/Sidebar/chat/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect } from "react";
import ChatList from "./ChatListx";
import { SidebarInput } from "./ChatInputx";
import ChatList from "./ChatList";
import { SidebarInput } from "./ChatInput";
import { useChatCompletion } from "../../../hooks/useChatCompletion";
import { SYSTEM_PROMPT } from "../../../config/prompts";
import { Settings } from "../../../config/settings";
Expand Down

0 comments on commit a5ea3c8

Please sign in to comment.