Skip to content

Commit a0402f8

Browse files
Imported zod as named
1 parent de4daea commit a0402f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/sharedSchemas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import z from "zod";
1+
import { z } from "zod";
22

33
export const httpAddressSchema = z.url({
44
protocol: /^https?$/,

0 commit comments

Comments
 (0)