Skip to content

Commit 936d857

Browse files
committed
chore: mixins cleanups
1 parent f907d42 commit 936d857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/js/entity/mixins/TaggableMixin.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Constructor } from "src/js/utils/types";
1+
import type { Constructor } from "../../utils/types";
22
import type { InMemoryEntity, InMemoryEntityConstructor } from "../in_memory";
33
export declare function taggableMixin(item: InMemoryEntity): {
44
setTags(array: string[]): void;

src/js/entity/mixins/TaggableMixin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { EntityTagsSchema } from "@mat3ra/esse/dist/js/types";
2-
import type { Constructor } from "src/js/utils/types";
32

3+
import type { Constructor } from "../../utils/types";
44
import type { InMemoryEntity, InMemoryEntityConstructor } from "../in_memory";
55

66
function schemaMixin(item: InMemoryEntity) {

0 commit comments

Comments
 (0)