Skip to content

Commit

Permalink
revise user module
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Dec 25, 2024
1 parent af9eb03 commit 5e89744
Show file tree
Hide file tree
Showing 8 changed files with 349 additions and 496 deletions.
2 changes: 1 addition & 1 deletion www/apps/resources/app/commerce-modules/tax/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const createTaxRegionStep = createStep(
export const createTaxRegionWorkflow = createWorkflow(
"create-tax-region",
() => {
const { taxRegion } = await createTaxRegionStep()
const { taxRegion } = createTaxRegionStep()

return new WorkflowResponse({ taxRegion })
}
Expand Down
384 changes: 0 additions & 384 deletions www/apps/resources/app/commerce-modules/user/examples/page.mdx

This file was deleted.

Loading

0 comments on commit 5e89744

Please sign in to comment.