Skip to content

Commit f895412

Browse files
authored
Update test.js
1 parent 1e1d1fa commit f895412

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/ProtoForm/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
world,Player
33
} from "@minecraft/server";
4-
import ProtoForm from "index.js";
4+
import { ProtoForm } from "index.js";
55
const actionform = new ProtoForm({
66
title: "Test ActionForm",
77
body: "Body...",
@@ -14,4 +14,4 @@ world.afterEvents.entityHitBlock.subscribe(({damagingEntity: player}) => {
1414
if (player instanceof Player) {
1515
actionform.show(player)
1616
}
17-
})
17+
})

0 commit comments

Comments
 (0)