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 5bccde0 commit aa719d3Copy full SHA for aa719d3
packages/mdx/src/mdx-client/annotations.tsx
@@ -1,8 +1,8 @@
1
import React from "react"
2
import { CodeAnnotation } from "../smooth-code"
3
import { getColor, transparent, ColorName } from "../utils"
4
-import { LineWithElement } from "smooth-code/partial-step-parser"
5
-import { CopyButton } from "smooth-code/copy-button"
+import { LineWithElement } from "../smooth-code/partial-step-parser"
+import { CopyButton } from "../smooth-code/copy-button"
6
7
export function Annotation() {
8
return (
0 commit comments