Skip to content

Commit

Permalink
Merge pull request #19 from cloudblue/fix-toolkit-import
Browse files Browse the repository at this point in the history
Fix import of UI Toolkit
  • Loading branch information
marcserrat authored Jan 10, 2023
2 parents b74a0e4 + b4e63a9 commit 03bc85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cen/static/js/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import createApp from '/static/js/toolkit.js';
import createApp from './toolkit.js';


const createdApp = createApp({});
Expand Down
2 changes: 1 addition & 1 deletion cen/static/js/settings.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import createApp from '/static/js/toolkit.js';
import createApp from './toolkit.js';


function updateMD() {
Expand Down

0 comments on commit 03bc85d

Please sign in to comment.