Skip to content

Commit

Permalink
fix: fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Oct 1, 2020
1 parent c84a846 commit b60d91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meter/__examples__/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as React from "react";
import { css, cx, keyframes } from "emotion";

import { generateStripe } from "../../utils";
import { MeterStateReturn } from "../MeterState";
import { Meter, useMeterState, UseMeterProps } from "../index";
import { generateStripe } from "../../progress/stories/storybook-progress-utils";

export const MeterComp: React.FC<UseMeterProps> = props => {
const { value, low, high, optimum, min, max, ...rest } = props;
Expand Down

0 comments on commit b60d91f

Please sign in to comment.