mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
9 lines
162 B
TypeScript
9 lines
162 B
TypeScript
export const metadata = {
|
|
title: "Меню",
|
|
};
|
|
|
|
import { MenuPage } from "#/pages/MobileMenuPage";
|
|
|
|
export default function Index() {
|
|
return <MenuPage />;
|
|
}
|