Skip to content

Commit

Permalink
Fixed default export
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityapnn811 committed Aug 1, 2022
1 parent dd8e89b commit 343b557
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/history.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default function History(){
return (
<div>
<h1>History</h1>
</div>
)
}

1 comment on commit 343b557

@vercel
Copy link

@vercel vercel bot commented on 343b557 Aug 1, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

dondra – ./

dondra-git-main-adityapnn811.vercel.app
dondra.vercel.app
dondra-adityapnn811.vercel.app

Please sign in to comment.