Skip to content

Commit

Permalink
chore: clean package import
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Jun 25, 2024
1 parent 14efcd7 commit 3518d1e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mods/dispatcher/src/connections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
* limitations under the License.
*/
import { ProcessorGPRCConnection } from "./types"
import { ProcessorConfig, PROCESSOR_OBJECT_PROTO } from "@routr/common"
import { CommonTypes } from "@routr/common"
import {
ProcessorConfig,
PROCESSOR_OBJECT_PROTO,
CommonTypes
} from "@routr/common"
import * as grpc from "@grpc/grpc-js"

/**
Expand Down

0 comments on commit 3518d1e

Please sign in to comment.