Skip to content

Commit aa719d3

Browse files
committed
Fix imports
1 parent 5bccde0 commit aa719d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mdx/src/mdx-client/annotations.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from "react"
22
import { CodeAnnotation } from "../smooth-code"
33
import { getColor, transparent, ColorName } from "../utils"
4-
import { LineWithElement } from "smooth-code/partial-step-parser"
5-
import { CopyButton } from "smooth-code/copy-button"
4+
import { LineWithElement } from "../smooth-code/partial-step-parser"
5+
import { CopyButton } from "../smooth-code/copy-button"
66

77
export function Annotation() {
88
return (

0 commit comments

Comments
 (0)