Skip to content

Commit 896cd34

Browse files
docs: ✏️ import type in example
1 parent e32e2ff commit 896cd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/immutable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ yarn add @pacote/immutable
1515
## Usage
1616

1717
```typescript
18-
import { Immutable } from '@pacote/immutable'
18+
import type { Immutable } from '@pacote/immutable'
1919

2020
type Foo = { foo: string }
2121

0 commit comments

Comments
 (0)