Skip to content

Commit

Permalink
Include bootstrap file into configurator_main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bfmvsa committed Oct 24, 2024
1 parent 45180f6 commit 77ea3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/configurator_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const darkMode = require('./darkMode');
const d3 = require('d3');
const Store = require('electron-store');
const store = new Store();
const bootstrap = require('bootstrap');

const { GUI, TABS } = require('./gui');
const CONFIGURATOR = require('./data_storage');
Expand Down

0 comments on commit 77ea3c8

Please sign in to comment.