Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Feb 22, 2024
1 parent d263504 commit e892d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Page() {
);
}

export function Render({
function Render({
data,
}: {
data: Exclude<ReturnType<typeof useData>['data'], undefined>;
Expand Down

0 comments on commit e892d40

Please sign in to comment.