Joeri Exelmans 3 years ago
parent
commit
123d0ac60a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test_doh.js

+ 1 - 1
test_doh.js

@@ -2,7 +2,7 @@
 
 
 // Should work in browser but only tested with NodeJS v14.16.1
 // Should work in browser but only tested with NodeJS v14.16.1
 
 
-const { Context, History } = require("./History.js");
+const { Context, History } = require("./doh.js");
 
 
 // From: https://stackoverflow.com/a/43260158
 // From: https://stackoverflow.com/a/43260158
 // returns all the permutations of a given array
 // returns all the permutations of a given array