typo
This commit is contained in:
parent
005f498e1e
commit
0fd0f69afe
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue