diff --git a/ui/components/progress-bar/base/example.jsx b/ui/components/progress-bar/base/example.jsx index 4f5f54a928..3d25069dab 100644 --- a/ui/components/progress-bar/base/example.jsx +++ b/ui/components/progress-bar/base/example.jsx @@ -3,17 +3,19 @@ import React from 'react'; import classNames from 'classnames'; +import _ from '../../../shared/helpers'; /// /////////////////////////////////////////// // Partial(s) /// /////////////////////////////////////////// -export let ProgressBar = props => ( +export const ProgressBar = props => (