Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
chore: fixed path loaders
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletquasar committed Sep 16, 2023
1 parent ad73046 commit a98e2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/core/logic/runtime/interop-cache-core.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getStaticMethod, getStaticProperty } from "logic/api/modules/dotnet/interop-core";
import { getStaticMethod, getStaticProperty } from 'logic/api/modules/interop/interop-core';
import { UUID } from "types/internal/generic-types";

const interopCache = {
Expand Down

0 comments on commit a98e2bf

Please sign in to comment.