We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f316e commit 0fd3ff3Copy full SHA for 0fd3ff3
src/react-components/code-sample.tsx
@@ -19,8 +19,8 @@ import {
19
type CodeSampleTitleComponent,
20
} from "./titles.js";
21
import { prettyLanguageName } from "./utils.js";
22
-import { Selector } from "./selector";
23
-import { UsageSnippet } from "../models/components";
+import { Selector } from "./selector.js";
+import { UsageSnippet } from "../models/components/usagesnippet.js";
24
25
export type CodeSamplesViewerProps = {
26
/** Whether the code snippet should be copyable. */
0 commit comments