fix compiling issues
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import StructManager from '../Util/StructManager'
|
||||
import StructManager from '../Util/StructManager.js'
|
||||
|
||||
export default class Delete {
|
||||
constructor () {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import StructManager from '../Util/StructManager'
|
||||
|
||||
export default class Item {
|
||||
constructor () {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Item from './Item'
|
||||
import Item from './Item.js'
|
||||
|
||||
export default class ItemJSON extends Item {
|
||||
constructor () {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Item from './Item'
|
||||
import Item from './Item.js'
|
||||
|
||||
export default class ItemString extends Item {
|
||||
constructor () {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Item from './Item'
|
||||
import Item from './Item.js'
|
||||
|
||||
export default class Type extends Item {
|
||||
constructor () {
|
||||
|
||||
Reference in New Issue
Block a user