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