Skip to content

Commit

Permalink
🐛 fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Jan 17, 2025
1 parent 4ebfef2 commit 3f6aeab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions site/gdocs/components/NarrativeChart.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import { useContext, useRef } from "react"
import { useEmbedChart } from "../../hooks.js"
import { EnrichedBlockNarrativeChart } from "@ourworldindata/types"
import {
EnrichedBlockNarrativeChart,
GRAPHER_PREVIEW_CLASS,
} from "@ourworldindata/types"
import { useLinkedChartView } from "../utils.js"
import cx from "classnames"
import { GRAPHER_PREVIEW_CLASS } from "../../SiteConstants.js"
import { BlockErrorFallback } from "./BlockErrorBoundary.js"
import SpanElements from "./SpanElements.js"
import { DocumentContext } from "../DocumentContext.js"
Expand Down

0 comments on commit 3f6aeab

Please sign in to comment.