28/02
This commit is contained in:
14
src/app/(main)/taikhoan/page.tsx
Normal file
14
src/app/(main)/taikhoan/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
import Layout from "@/components/account";
|
||||
import type { Metadata } from "next";
|
||||
export const metadata: Metadata = {
|
||||
title: "Tài khoản của tôi",
|
||||
description: "Thông tin tài khoản người dùng",
|
||||
};
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<Layout />
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user