Skip to content

Commit 7df4bfc

Browse files
committed
fix: import { localize } from "@/utils/localization"
1 parent 9d66dc1 commit 7df4bfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/Masthead/_webhooks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { appendScriptStyle } from "utils/utils";
22
import { loadWebhooks } from "utils/webhooks";
3+
import { localize } from "@/utils/localization";
34

45
export async function loadMastheadWebhooks(items) {
56
const webhooks = await loadWebhooks("masthead");

0 commit comments

Comments
 (0)