Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Dec 15, 2023
1 parent cf96907 commit 4124d02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/FileEditorContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import SimilarEntriesComponent from "./Similarity/SimilarFilesSidebar";
import TitleBar from "./TitleBar";
import ChatWithLLM from "./Chat/Chat";
import LeftSidebar from "./LeftSidebar/LeftSidebar";
import { MilkdownEditor, MilkdownEditorWrapper } from "./File/MilkdownEditor";
import MarkdownEditor from "./File/MilkdownSecondTry";
import MarkdownEditor from "./File/MarkdownEditor";

interface FileEditorContainerProps {}

Expand Down

0 comments on commit 4124d02

Please sign in to comment.