Skip to content

Commit b8e3d6e

Browse files
refactor: put new imports next to each other
1 parent 3a33502 commit b8e3d6e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/core/src/consumed-thing.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515

1616
import { ConsumedThing as IConsumedThing, InteractionInput, Subscription } from "wot-typescript-definitions";
1717

18-
import ContentType from "content-type";
19-
2018
import * as TD from "@node-wot/td-tools";
2119

2220
import Servient from "./servient";
2321
import Helpers from "./helpers";
2422

2523
import { ProtocolClient } from "./protocol-interfaces";
2624
import { Content } from "./content";
25+
import ContentType from "content-type";
2726

2827
import ContentManager from "./content-serdes";
2928

0 commit comments

Comments
 (0)