We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f66f2d commit 81e48b1Copy full SHA for 81e48b1
app/ui/js/options-form.jsx
@@ -3,6 +3,8 @@ import React from 'react';
3
4
import SliderWithValue from './slider-with-value';
5
6
+const _ = require('lodash');
7
+
8
export default class OptionsForm extends React.Component {
9
constructor(props) {
10
super(props);
0 commit comments