Skip to content

Commit

Permalink
Update infoTooltip to use named Tooltip import from reach ui
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneymyers committed Dec 2, 2022
1 parent 3af320c commit 3d196fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/components/infoTooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Tooltip from "@reach/tooltip";
import { Tooltip } from "@reach/tooltip";
import icons from "uswds/img/sprite.svg";

type InfoTooltipProps = {
Expand Down

0 comments on commit 3d196fa

Please sign in to comment.