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 {
|
||||
constructor(image) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import UI from "./ui";
|
||||
import UI from "./ui.js";
|
||||
|
||||
class Panel extends UI {
|
||||
constructor(width, height) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue