Skip to content

Commit

Permalink
fix(requirement): requirement adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklassundin committed Oct 29, 2024
1 parent 4634251 commit 0fb3e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/lib.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//exports.module = require('../../renderer/lib');
//lib = require('vizchange-plot-builder');
//import lib from 'vizchange-plot-builder';
import lib from '../../renderer/lib.js';
import lib from 'vizchange-plot-builder';
//import lib from '../../renderer/lib.js';
import queryString from 'query-string';
window.lib = await lib;
window.queryString = await queryString;
Expand Down

0 comments on commit 0fb3e19

Please sign in to comment.