mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
10 lines
270 B
TypeScript
10 lines
270 B
TypeScript
import { CollectionsPage } from "#/pages/Collections";
|
|
|
|
export const metadata = {
|
|
title: "Коллекции",
|
|
description: "Просмотр и управление коллекциями",
|
|
}
|
|
|
|
export default function Collections() {
|
|
return <CollectionsPage />;
|
|
}
|