Skip to content

Commit

Permalink
Learn: Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktwerner committed Apr 29, 2021
1 parent 9b1bd58 commit 43a23e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/learn/src/scenario.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
var util = require('./util');
var ground = require('./ground');
const timeouts = require('./timeouts');

module.exports = function (blueprint, opts) {
var steps = (blueprint || []).map(function (step) {
Expand Down

0 comments on commit 43a23e6

Please sign in to comment.