export const metadata = {
    title: "Закладки",
  };
  
  import { BookmarksPage } from "#/pages/Bookmarks";
  
  export default function Index() {
    return <BookmarksPage />;
  }