mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: add viewing of all collections of users, releases and favorite collections
This commit is contained in:
parent
c1204473ec
commit
3de552f271
6 changed files with 248 additions and 7 deletions
10
app/collections/favorites/page.tsx
Normal file
10
app/collections/favorites/page.tsx
Normal file
|
@ -0,0 +1,10 @@
|
|||
import { CollectionsFullPage } from "#/pages/CollectionsFull";
|
||||
|
||||
export const metadata = {
|
||||
title: "Избранные коллекции",
|
||||
description: "Просмотр избранных коллекций",
|
||||
};
|
||||
|
||||
export default function Collections() {
|
||||
return <CollectionsFullPage type="favorites" title="Избранные коллекции" />;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue