Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng authored Mar 21, 2024
1 parent 046d422 commit 9b2f499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import "./globals.css";
import { Inter } from "next/font/google";

const inter = Inter({ subsets: ["latin"] });

//
export const metadata = {
title: "Create Next App",
description: "Generated by create next app",
Expand Down

0 comments on commit 9b2f499

Please sign in to comment.