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