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