mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
9 lines
177 B
TypeScript
9 lines
177 B
TypeScript
export const metadata = {
|
|
title: "Избранное",
|
|
};
|
|
|
|
import { FavoritesPage } from "#/pages/Favorites";
|
|
|
|
export default function Index() {
|
|
return <FavoritesPage />;
|
|
}
|