Skip to content

Commit

Permalink
Fix compilation issues due to relativ import resulting in wrong modul…
Browse files Browse the repository at this point in the history
…e format
  • Loading branch information
hlxid committed Jun 7, 2020
1 parent 30e6a6f commit 9cf37cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodecg-io-core/dashboard/bundles.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/// <reference types="nodecg/types/browser" />

import { ObjectMap, ServiceDependency, ServiceInstance } from "../extension/types";
import { ObjectMap, ServiceDependency, ServiceInstance } from "nodecg-io-core/extension/types";
import { updateOptionsArr, updateOptionsMap } from "./utils/selectUtils.js";
import { SetServiceDependencyMessage } from "../extension/messageManager";
import { SetServiceDependencyMessage } from "nodecg-io-core/extension/messageManager";

// Replicants
const serviceInstances = nodecg.Replicant<ObjectMap<string, ServiceInstance<unknown, unknown>>>("serviceInstances");
Expand Down

0 comments on commit 9cf37cb

Please sign in to comment.