Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pomber committed Apr 22, 2023
1 parent 5bccde0 commit aa719d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdx/src/mdx-client/annotations.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from "react"
import { CodeAnnotation } from "../smooth-code"
import { getColor, transparent, ColorName } from "../utils"
import { LineWithElement } from "smooth-code/partial-step-parser"
import { CopyButton } from "smooth-code/copy-button"
import { LineWithElement } from "../smooth-code/partial-step-parser"
import { CopyButton } from "../smooth-code/copy-button"

export function Annotation() {
return (
Expand Down

0 comments on commit aa719d3

Please sign in to comment.