Skip to content

Commit e6b24fc

Browse files
authored
fix(typo): update route 1 to route 2 (#3848)
1 parent 12a932f commit e6b24fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-manifest-example/host/src/pages/remote2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const Button = React.lazy(async ()=>{
88

99
function Remote2 () {
1010
return <Suspense fallback={'loading'}>
11-
<h2>Remote1 Router</h2>
11+
<h2>Remote2 Router</h2>
1212
<Button />
1313
</Suspense>;
1414
}

0 commit comments

Comments
 (0)