Skip to content

Commit

Permalink
chore(meter): ✏️ remove export on MeterComp
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Sep 10, 2020
1 parent aa64c42 commit 3567b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meter/stories/LinearMeter.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const background = {
danger: "red",
};

export const MeterComp: React.FC<UseMeterProps> = props => {
const MeterComp: React.FC<UseMeterProps> = props => {
const meter = useMeterState(props);
const { status } = meter;
const styles = {
Expand Down

0 comments on commit 3567b7b

Please sign in to comment.