From 5a885129b36bc5c062b6ad79e97b6e041889b27e Mon Sep 17 00:00:00 2001 From: hduoc2003 Date: Wed, 20 Sep 2023 12:54:23 +0700 Subject: [PATCH] first commit --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index ae84562..a32b253 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,7 +5,7 @@ import { Inter } from 'next/font/google' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { - title: 'Create Next App', + title: 'UETable', description: 'Generated by create next app', }