Skip to content

Commit

Permalink
delete
Browse files Browse the repository at this point in the history
  • Loading branch information
mismith0227 committed Mar 9, 2023
1 parent ca09b14 commit 38f8ce1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ const About: NextPage<Props> = ({ photoCategory }) => {
path: 'about',
}

const now = new Date()

console.log(now)

return (
<Layout path={meta.path} photoCategory={photoCategory}>
<Seo title={meta.title} description={meta.description} path={meta.path} />
Expand Down

1 comment on commit 38f8ce1

@vercel
Copy link

@vercel vercel bot commented on 38f8ce1 Mar 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.