MCPcopy Create free account
hub / github.com/Qinbf/groundmap / EditorLoading

Function EditorLoading

web/components/PageEditor.tsx:13–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11import { useT } from "@/lib/i18n-client";
12
13function EditorLoading() {
14 const t = useT();
15 return (
16 <div className="flex items-center justify-center h-full text-sm text-muted-foreground">
17 {t("wiki_link.editor_loading")}
18 </div>
19 );
20}
21
22const CodeMirror = dynamic(() => import("@uiw/react-codemirror"), {
23 ssr: false,

Callers

nothing calls this directly

Calls 2

useTFunction · 0.90
tFunction · 0.50

Tested by

no test coverage detected