mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 07:44:38 +00:00
10 lines
221 B
TypeScript
10 lines
221 B
TypeScript
import { LoginPage } from "#/pages/Login";
|
|
|
|
export const metadata = {
|
|
title: "Авторизация",
|
|
description: "Вход в аккаунт anixart",
|
|
}
|
|
|
|
export default function Login() {
|
|
return <LoginPage />;
|
|
}
|