Skip to content

Commit 741952c

Browse files
fixup!: prettier
1 parent 33058e8 commit 741952c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/site/pages/en/learn/migrations/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The cited migration transforms legacy typescript imports to standards-compliant
2222
```ts displayName="before"
2323
import Foo from './foo';
2424
```
25+
2526
```ts displayName="after"
2627
import type Foo from './foo/index.ts';
2728
```

0 commit comments

Comments
 (0)