mirror of https://github.com/zulip/zulip.git
katex_server: Fix import/no-named-as-default.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
890f9e67f4
commit
e63365a4da
|
@ -1,6 +1,6 @@
|
||||||
import crypto from "node:crypto";
|
import crypto from "node:crypto";
|
||||||
|
|
||||||
import bodyParser from "@koa/bodyparser";
|
import {bodyParser} from "@koa/bodyparser";
|
||||||
import katex from "katex";
|
import katex from "katex";
|
||||||
import Koa from "koa";
|
import Koa from "koa";
|
||||||
import Prometheus from "prom-client";
|
import Prometheus from "prom-client";
|
||||||
|
|
Loading…
Reference in New Issue