Skip to content

Commit

Permalink
Add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 20, 2023
1 parent d07b8d9 commit 40f1e3d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// /app/page.tsx (Server Component)
async function myAction(a, b, c) {
"use action";
console.log('a')
}

export default function Page() {
return <Button action={myAction}>Delete</Button>;
}

0 comments on commit 40f1e3d

Please sign in to comment.