mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: add collections page
This commit is contained in:
parent
dbe9eba23f
commit
9e843be11f
7 changed files with 338 additions and 0 deletions
10
app/collections/page.tsx
Normal file
10
app/collections/page.tsx
Normal file
|
@ -0,0 +1,10 @@
|
|||
import { CollectionsPage } from "#/pages/Collections";
|
||||
|
||||
export const metadata = {
|
||||
title: "Коллекции",
|
||||
description: "Просмотр и управление коллекциями",
|
||||
}
|
||||
|
||||
export default function Collections() {
|
||||
return <CollectionsPage />;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue