diff --git a/src/Microsoft.Blazor.Browser.JS/src/GlobalExports.ts b/src/Microsoft.Blazor.Browser.JS/src/GlobalExports.ts index 2f49ae5e06..c25ac06b4d 100644 --- a/src/Microsoft.Blazor.Browser.JS/src/GlobalExports.ts +++ b/src/Microsoft.Blazor.Browser.JS/src/GlobalExports.ts @@ -1,5 +1,5 @@ import { platform } from './Environment' -import { registerFunction } from './RegisteredFunction'; +import { registerFunction } from './Interop/RegisteredFunction'; if (typeof window !== 'undefined') { // When the library is loaded in a browser via a