Skip to content

Commit f633722

Browse files
authored
docs: remove unused constant (#3982)
1 parent 579822e commit f633722

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/website-new/src/components/en/data-fetch/consumer.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ In the consumer, we need to use the [createLazyComponent](/practice/bridge/react
77
```tsx
88
import { getInstance } from '@module-federation/enhanced/runtime';
99
import {
10-
createLazyComponent,
1110
ERROR_TYPE,
1211
lazyLoadComponentPlugin,
1312
} from '@module-federation/bridge-react';

apps/website-new/src/components/zh/data-fetch/consumer.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ SSR 场景中,只能在 [Modern.js](/guide/framework/modernjs) 中使用。
77
```tsx
88
import { getInstance } from '@module-federation/enhanced/runtime';
99
import {
10-
createLazyComponent,
1110
ERROR_TYPE,
1211
lazyLoadComponentPlugin,
1312
} from '@module-federation/bridge-react';

0 commit comments

Comments
 (0)