Skip to content

Commit

Permalink
fix: ci error #17
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli authored Jun 12, 2024
2 parents 3c4a684 + afc3929 commit e3a0db5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion src/components/editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Editor = () => {
});
};

const { editorRef, editorView } = useCM6Editor({
const { editorRef } = useCM6Editor({
initialDoc: currentNote?.content ?? currentTrashedNote?.content ?? "",
onChange,
});
Expand Down
2 changes: 0 additions & 2 deletions src/components/notes/SearchFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { useAppContext } from "~/store";
import { useInView } from "react-intersection-observer";

import NoteCard from "./NoteCard";
import NoteFeedHeader from "./NoteFeedHeader";
import SearchNotes from "./SearchNotes";

type Props = {
noteSearch: string;
Expand Down
29 changes: 0 additions & 29 deletions src/lib/scrollpastend.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import React from "react";

import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
import ReactDOM from "react-dom/client";
import { BrowserRouter } from "react-router-dom";

Expand Down

0 comments on commit e3a0db5

Please sign in to comment.