aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/Gaming/CodeBlock.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-10 01:21:18 +0900
committernsfisis <nsfisis@gmail.com>2025-03-10 01:21:18 +0900
commitc44b3383a7e55553cc95bba7bd5574f71c2e3406 (patch)
tree70e22e27b02b816b47c524c62258e262d49ddd3b /frontend/app/components/Gaming/CodeBlock.tsx
parent84f3996f48d7a962685edfc09f12b8684cc76d93 (diff)
downloadiosdc-japan-2025-albatross-c44b3383a7e55553cc95bba7bd5574f71c2e3406.tar.gz
iosdc-japan-2025-albatross-c44b3383a7e55553cc95bba7bd5574f71c2e3406.tar.zst
iosdc-japan-2025-albatross-c44b3383a7e55553cc95bba7bd5574f71c2e3406.zip
feat(frontend): use fine-grained bundle of shiki
Diffstat (limited to 'frontend/app/components/Gaming/CodeBlock.tsx')
-rw-r--r--frontend/app/components/Gaming/CodeBlock.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/Gaming/CodeBlock.tsx b/frontend/app/components/Gaming/CodeBlock.tsx
index 0a9a2e5..36ccae1 100644
--- a/frontend/app/components/Gaming/CodeBlock.tsx
+++ b/frontend/app/components/Gaming/CodeBlock.tsx
@@ -1,5 +1,5 @@
import { useEffect, useState } from "react";
-import { codeToHtml } from "shiki";
+import { codeToHtml } from "../../shiki.bundle";
type Props = {
code: string;