From fb9b7528ec1d58d2eea644e6e4cdf9afd23f2294 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 18 Dec 2023 19:59:49 -0500 Subject: [PATCH] testing addition of Metadata --- components/RootLayout.tsx | 1 + pages/index.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/components/RootLayout.tsx b/components/RootLayout.tsx index 5344e4c..b98326c 100644 --- a/components/RootLayout.tsx +++ b/components/RootLayout.tsx @@ -1,4 +1,5 @@ import React, { useState } from 'react'; +import type { Metadata } from 'next'; import { Inter } from 'next/font/google'; import Navbar from './Navbar'; import NavbarMenu from './NavbarMenu'; diff --git a/pages/index.tsx b/pages/index.tsx index 57587a9..a242842 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -535,6 +535,7 @@ export default function Home() { Kevin Kwan | Home +