mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-29 09:29:41 +05:00
feat: mobile menu page instead of dropdown for authorized user
This commit is contained in:
parent
3ab5954197
commit
75eb4a3170
5 changed files with 327 additions and 180 deletions
9
app/menu/page.tsx
Normal file
9
app/menu/page.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
export const metadata = {
|
||||
title: "Меню",
|
||||
};
|
||||
|
||||
import { MenuPage } from "#/pages/MobileMenuPage";
|
||||
|
||||
export default function Index() {
|
||||
return <MenuPage />;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue