Skip to content

Commit

Permalink
move dependency to toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
xaota committed Jun 17, 2021
1 parent f45deeb commit aeba31a
Show file tree
Hide file tree
Showing 4 changed files with 848 additions and 715 deletions.
2 changes: 1 addition & 1 deletion components/dialog.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Component, { html, css } from '../script/Component.js';
import { updateChildrenText } from '../script/DOM.js';
import Deferred from 'javascript-std-lib/deferred.js';
import Deferred from 'javascript-toolbox/library/Deferred.js';
import UIButton from './button.js';
// eslint-disable-next-line no-unused-vars
import UICaption from './caption.js';
Expand Down
9 changes: 0 additions & 9 deletions jsconfig.json

This file was deleted.

Loading

0 comments on commit aeba31a

Please sign in to comment.