mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
web: Switch to Zod mini API.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
cb28bff831
commit
a29ed94e5b
@@ -2,7 +2,7 @@ import $ from "jquery";
|
||||
import _ from "lodash";
|
||||
import assert from "minimalistic-assert";
|
||||
import type * as tippy from "tippy.js";
|
||||
import {z} from "zod";
|
||||
import * as z from "zod/mini";
|
||||
|
||||
import render_inbox_folder_row from "../templates/inbox_view/inbox_folder_row.hbs";
|
||||
import render_inbox_folder_with_channels from "../templates/inbox_view/inbox_folder_with_channels.hbs";
|
||||
|
||||
Reference in New Issue
Block a user