Skip to content

Commit

Permalink
fix: Cycle import in bunny known placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
memoyil committed Jul 21, 2023
1 parent ef8b5ef commit 8bacb27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useTheme } from "styled-components";
import { Svg, SvgProps } from "..";
import { Svg, SvgProps } from "../Svg";

const BunnyKnownPlaceholder: React.FC<React.PropsWithChildren<SvgProps>> = (props) => {
const theme = useTheme();
Expand Down

0 comments on commit 8bacb27

Please sign in to comment.