Skip to content

Commit e0caab0

Browse files
committed
lint fix
1 parent d2231a1 commit e0caab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/js/components/victory-pie-demo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-magic-numbers,react/no-multi-comp*/
22
import { random, range } from "lodash";
33
import React from "react";
4-
import { VictoryPie,CurvedLabel } from "victory-pie";
4+
import { VictoryPie, CurvedLabel } from "victory-pie";
55
import { VictoryTooltip } from "victory-tooltip";
66
import { VictoryTheme, LineSegment } from "victory-core";
77

demo/ts/components/victory-pie-demo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { random, range } from "lodash";
3-
import { VictoryPie,CurvedLabel } from "victory-pie";
3+
import { VictoryPie, CurvedLabel } from "victory-pie";
44
import { VictoryTooltip } from "victory-tooltip";
55
import { VictoryTheme, LineSegment } from "victory-core";
66

0 commit comments

Comments
 (0)