Skip to content

Commit 946da41

Browse files
committed
fix: remove ts import
1 parent 56e00e0 commit 946da41

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

src/entity/mixins/context_runtime.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type {} from "@mat3ra/esse/lib/js/types";
21
import { JobBaseSchema } from "@mat3ra/esse/lib/js/types";
32

43
import { InMemoryEntityConstructor } from "../in_memory";

src/entity/mixins/props.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type {} from "@mat3ra/esse/lib/js/types";
21
import { ExtendedBaseEntitySchema } from "@mat3ra/esse/lib/js/types";
32

43
import { InMemoryEntityConstructor } from "../in_memory";

src/entity/mixins/runtime_items.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-disable class-methods-use-this */
2-
import type {} from "@mat3ra/esse/lib/js/types";
32
import { NameResultSchema, RuntimeItemSchema } from "@mat3ra/esse/lib/js/types";
43

54
import { safeMakeObject } from "../../utils/object";

src/entity/set.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type {} from "@mat3ra/esse/lib/js/types";
21
import { EntitySetSchema } from "@mat3ra/esse/lib/js/types";
32

43
import { InMemoryEntity } from "./in_memory";

src/entity/set/factory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type {} from "@mat3ra/esse/lib/js/types";
21
import { EntitySetSchema } from "@mat3ra/esse/lib/js/types";
32

43
import { AnyObject } from "../in_memory";

src/entity/set/mixins.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type {} from "@mat3ra/esse/lib/js/types";
21
import { SystemInSetSchema } from "@mat3ra/esse/lib/js/types";
32

43
import { InMemoryEntityConstructor } from "../in_memory";

src/entity/set/ordered/mixins.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type {} from "@mat3ra/esse/lib/js/types";
21
import { EntitySetSchema, SystemInSetSchema } from "@mat3ra/esse/lib/js/types";
32

43
import { InMemoryEntityConstructor } from "../../in_memory";

0 commit comments

Comments
 (0)