updated links

Signed-off-by: chanchalkhatri19 <chanchal.khatri01@infosys.com>
This commit is contained in:
chanchalkhatri19
2026-02-06 06:27:23 +00:00
parent 4e9c6ac0ee
commit 45d538b673
2 changed files with 3 additions and 3 deletions
@@ -48,7 +48,7 @@ benefits. A few are:
## Decision
We will stop using default exports except when absolutely necessary (such as
[`React.lazy`](https://react.dev/reference/react/lazy) modules).
[`React.lazy`](https://18.react.dev/reference/react/lazy) modules).
A workaround exists for those that would prefer to never use `default`:
```ts