---
title: ImportMap
source: https://github.com/remix-run/remix/blob/main/packages/ui/src/server/stream.ts#L128
---

# ImportMap

## Summary

Renders the document import map and merges maps from server-resolved client entries.

## Signature

```ts
function ImportMap(handle: Handle<ImportMapProps>): RenderFn

```

## Parameters

### `handle`

Server component handle containing the initial import map and script attributes.

## Returns

This component is handled directly by the server renderer.