Skip to content

Commit 7aa6285

Browse files
author
Remix Run Bot
committed
chore: format
formatted eeb7a57
1 parent eeb7a57 commit 7aa6285

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/upgrading/reach.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,10 @@ function Redirect({ to }) {
308308
<Routes>
309309
<Route path="/" element={<Home />} />
310310
<Route path="/events" element={<Users />} />
311-
<Route path="/dashboard" element={<Redirect to="/events" />} />
311+
<Route
312+
path="/dashboard"
313+
element={<Redirect to="/events" />}
314+
/>
312315
</Routes>;
313316
```
314317

0 commit comments

Comments
 (0)
close