mirror of
https://github.com/woodchen-ink/Q58Connect.git
synced 2025-07-18 05:51:55 +08:00
7 lines
131 B
TypeScript
7 lines
131 B
TypeScript
import { Metadata } from "next";
|
|
|
|
export const metadata: Metadata = {
|
|
title: "Login",
|
|
description: "Login to your account",
|
|
};
|