Skip to content

Commit

Permalink
✅ fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Mar 1, 2024
1 parent 3a60b5d commit 12802ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/gdocs/components/KeyIndicator.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
import React from "react"
import cx from "classnames"
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome/index.js"
import { faArrowRight } from "@fortawesome/free-solid-svg-icons"

import {
EnrichedBlockKeyIndicator,
EnrichedBlockText,
} from "@ourworldindata/types"
import { capitalize } from "@ourworldindata/utils"
import { Button } from "@ourworldindata/components"

import Chart from "./Chart.js"
import Paragraph from "./Paragraph.js"
import { useLinkedChart, useLinkedIndicator } from "../utils.js"
import { Button } from "@ourworldindata/components"

export default function KeyIndicator({
d,
Expand Down

0 comments on commit 12802ac

Please sign in to comment.