Skip to content

Commit 7d26a67

Browse files
author
David Saffo
committed
import change
1 parent d8f028f commit 7d26a67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jpmorganchase/anu",
3-
"version": "1.0.0-beta.9",
3+
"version": "1.0.0-beta.10",
44
"description": "",
55
"type": "module",
66
"files": [

src/selection/property/tags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/**
55
* TODO
66
*/
7-
import { Tags } from '@babylonjs/core/Misc';
7+
import { Tags } from '@babylonjs/core/Misc/tags';
88
import { Selection } from '../index';
99

1010
export function addTags(this: Selection, tags: string | ((d: any, i: number) => string)) {

0 commit comments

Comments
 (0)