mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-22 12:49:38 +05: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 />;
|
|
}
|