mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-03 03:19:41 +05:00
feat: add bookmarks & bookmarks category pages
This commit is contained in:
parent
a3f5f2e116
commit
bccc8407fc
13 changed files with 624 additions and 155 deletions
10
app/bookmarks/page.js
Normal file
10
app/bookmarks/page.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
export const metadata = {
|
||||
title: "AniX | Закладки",
|
||||
};
|
||||
|
||||
import { BookmarksPage } from "@/app/pages/Bookmarks";
|
||||
|
||||
export default function Index() {
|
||||
return <BookmarksPage />;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue