Skip to content

Commit

Permalink
✨ refactor: Rename bookmarks-sidebar to sidebar and update imports ac…
Browse files Browse the repository at this point in the history
…cordingly
  • Loading branch information
vaayne committed Jan 3, 2025
1 parent dbb36dc commit be7d254
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/src/components/bookmarks/bookmark-detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import {
ArticleActions,
type FetcherType,
} from "@/components/article/article-actions";
import { BookmarksSidebar } from "@/components/bookmarks/bookmarks-sidebar";
import { ArticleReader } from "@/components/bookmarks/bookmark-content";
import { BookmarksSidebar } from "@/components/bookmarks/sidebar";
import {
AlertDialog,
AlertDialogAction,
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/bookmarks/bookmarks-list-page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import BookmarkList from "@/components/bookmarks/bookmarks-list";
import { BookmarksSidebar } from "@/components/bookmarks/bookmarks-sidebar";
import { BookmarksSidebar } from "@/components/bookmarks/sidebar";
import { Button } from "@/components/ui/button";
import {
Dialog,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { ROUTES } from "@/lib/router";
import { Link } from "@tanstack/react-router";
import { Bookmark, Settings2 } from "lucide-react";
import ThemeToggle from "../theme-toggle";
import { BookmarksSidebarContent } from "./bookmarks-sidebar-content";
import { BookmarksSidebarContent } from "./sidebar-content";

export function BookmarksSidebar({
...props
Expand Down

0 comments on commit be7d254

Please sign in to comment.