diff --git a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/GlobalExports.ts b/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/GlobalExports.ts index 82b7f4d890..f5e8512200 100644 --- a/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/GlobalExports.ts +++ b/src/Microsoft.AspNetCore.Blazor.Browser.JS/src/GlobalExports.ts @@ -2,6 +2,8 @@ import { platform } from './Environment'; import { navigateTo, internalFunctions as uriHelperInternalFunctions } from './Services/UriHelper'; import { internalFunctions as httpInternalFunctions } from './Services/Http'; import { attachRootComponentToElement, renderBatch } from './Rendering/Renderer'; +import { Pointer } from './Platform/Platform'; +import { SharedMemoryRenderBatch } from './Rendering/RenderBatch/SharedMemoryRenderBatch'; if (typeof window !== 'undefined') { // When the library is loaded in a browser via a