From 1179a9f5a1cb2751d3840b17d753d83da6b1474f Mon Sep 17 00:00:00 2001 From: Lewis Crichton Date: Mon, 25 Sep 2023 18:11:35 +0100 Subject: [PATCH] fix: dedupe --- src/utils/dependencies.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/dependencies.ts b/src/utils/dependencies.ts index e39ca192..aa4b7dbb 100644 --- a/src/utils/dependencies.ts +++ b/src/utils/dependencies.ts @@ -87,8 +87,6 @@ export const shikiOnigasmSrc = "https://unpkg.com/@vap/shiki@0.10.3/dist/onig.wa // @ts-expect-error export const getStegCloak = /* #__PURE__*/ makeLazy(() => import("https://unpkg.com/stegcloak-dist@1.0.0/index.js")); -// @ts-expect-error SHUT UP -export const getStegCloak = makeLazy(() => import("https://unpkg.com/stegcloak-dist@1.0.0/index.js")); export const getStylus = makeLazy(async () => { const stylusScript = await fetch("https://unpkg.com/stylus-lang-bundle@0.58.1/dist/stylus-renderer.min.js").then(r => r.text());