This commit is contained in:
Stephen Zhou
2026-02-06 13:47:13 +08:00
parent 97ecde5389
commit 3371fa7861

View File

@@ -430,7 +430,7 @@ export const UsageDocumentation: Story = {
<div>
<h4 className="mb-2 text-sm font-semibold text-gray-900">Usage Example</h4>
<pre className="overflow-x-auto rounded-lg bg-gray-900 p-4 text-xs text-gray-100">
{`import * as z from "zod"
{`import * as z from 'zod'
import withValidation from './withValidation'
// Define your component