zod: Consistently use named imports.

This commit is contained in:
Varun Singh
2024-04-11 00:54:11 +05:30
committed by Tim Abbott
parent 4985363bd7
commit b6473deca0
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import z from "zod";
import {z} from "zod";
import * as blueslip from "./blueslip";
import * as channel from "./channel";