Update imports in serialization tests to include createCustomMaterialDef
This commit is contained in:
@@ -112,7 +112,10 @@ import {
|
|||||||
createTeleportPlayerInteractionLink,
|
createTeleportPlayerInteractionLink,
|
||||||
createToggleVisibilityInteractionLink
|
createToggleVisibilityInteractionLink
|
||||||
} from "../../src/interactions/interaction-links";
|
} from "../../src/interactions/interaction-links";
|
||||||
import { STARTER_MATERIAL_LIBRARY } from "../../src/materials/starter-material-library";
|
import {
|
||||||
|
STARTER_MATERIAL_LIBRARY,
|
||||||
|
createCustomMaterialDef
|
||||||
|
} from "../../src/materials/starter-material-library";
|
||||||
import { createModelInstance } from "../../src/assets/model-instances";
|
import { createModelInstance } from "../../src/assets/model-instances";
|
||||||
import {
|
import {
|
||||||
createProjectAssetStorageKey,
|
createProjectAssetStorageKey,
|
||||||
|
|||||||
Reference in New Issue
Block a user