Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jun 6, 2023
1 parent acee73f commit 721d832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/GuidedTour/Tooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { styled } from "@storybook/theming";
import React from "react";
import { Button } from "src/components/Button/Button";
import { styled } from "@storybook/theming";
import { TooltipRenderProps } from "react-joyride";
import { Button } from "../../components/Button/Button";

const TooltipBody = styled.div`
background: #fff;
Expand Down

0 comments on commit 721d832

Please sign in to comment.