typo
This commit is contained in:
parent
005f498e1e
commit
0fd0f69afe
@ -1,4 +1,4 @@
|
|||||||
import UI from "./ui";
|
import UI from "./ui.js";
|
||||||
|
|
||||||
class Button extends UI {
|
class Button extends UI {
|
||||||
constructor(image) {
|
constructor(image) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import UI from "./ui";
|
import UI from "./ui.js";
|
||||||
|
|
||||||
class Panel extends UI {
|
class Panel extends UI {
|
||||||
constructor(width, height) {
|
constructor(width, height) {
|
||||||
|
Loading…
Reference in New Issue
Block a user