Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
amykapernick committed Apr 5, 2024
1 parent 178eee2 commit 102624d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/registry/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import FetchData from "@components/parts/fetchData/gifts";

export default async function Registry ()
{


return (
<>
<h2>Gift Registry</h2>
Expand All @@ -16,4 +14,4 @@ export default async function Registry ()
</SignedIn>
</>
)
}
}

0 comments on commit 102624d

Please sign in to comment.