Skip to content

Commit c213882

Browse files
jetobe95JesperLekland
authored andcommitted
Correction of two export default (#12)
1 parent 52f80d0 commit c213882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storybook/stories/pie-chart/with-dynamic-slices.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
} from 'react-native';
77
import { PieChart } from 'react-native-svg-charts'
88

9-
export default class PieChartWithDynamicSlices extends React.PureComponent {
9+
class PieChartWithDynamicSlices extends React.PureComponent {
1010

1111
constructor(props) {
1212
super(props);

0 commit comments

Comments
 (0)