@hrobarikt/box-ui-elements
Version:
Box UI Elements
13 lines • 451 B
JavaScript
import * as React from 'react';
import MonthlyReport56 from './MonthlyReport56';
export var monthlyReport56 = function monthlyReport56() {
return React.createElement(MonthlyReport56, null);
};
export default {
title: 'Illustration|MonthlyReport56',
component: MonthlyReport56,
parameters: {
notes: "`import MonthlyReport56 from 'box-ui-elements/es/illustration/MonthlyReport56';`"
}
};
//# sourceMappingURL=MonthlyReport56.stories.js.map