This commit is contained in:
Blue 2018-11-19 18:04:16 +03:00
parent 005f498e1e
commit 0fd0f69afe
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import UI from "./ui";
import UI from "./ui.js";
class Button extends UI {
constructor(image) {

View File

@ -1,4 +1,4 @@
import UI from "./ui";
import UI from "./ui.js";
class Panel extends UI {
constructor(width, height) {