Skip to content

Commit 81e48b1

Browse files
committed
Add missing library
1 parent 0f66f2d commit 81e48b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/ui/js/options-form.jsx

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import React from 'react';
33

44
import SliderWithValue from './slider-with-value';
55

6+
const _ = require('lodash');
7+
68
export default class OptionsForm extends React.Component {
79
constructor(props) {
810
super(props);

0 commit comments

Comments
 (0)