Skip to content

Commit

Permalink
comment out old code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianChiarulli committed Jul 2, 2024
1 parent 6e4ccc0 commit 73c4396
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions frontend/src/components/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
import { NotebookService } from "&/github.com/nodetec/captains-log/service";
import AllNotes from "~/components/sidebar/AllNotes";
// import { NotebookService } from "&/github.com/nodetec/captains-log/service";
import { ScrollArea } from "~/components/ui/scroll-area";
import { NotebookPen } from "lucide-react";

import Login from "./Login";
import { NotebookComboBox } from "./NotebookComboBox";
import Tags from "./Tags";
import Trash from "./Trash";

export default function Sidebar() {
const handleCreateNotebook = () => {
NotebookService.CreateNotebook("New Notebook");
};
// const handleCreateNotebook = () => {
// NotebookService.CreateNotebook("New Notebook");
// };

return (
<div className="flex h-full flex-col justify-between pt-11">
Expand Down

0 comments on commit 73c4396

Please sign in to comment.