Fixed documentation mistake on configuring routes
Signed-off-by: Jasper Boeijenga <jboeijenga@gmail.com>
This commit is contained in:
@@ -79,5 +79,5 @@ This extension can then be imported and used in the app as follow, typically
|
||||
placed within the top-level `<FlatRoutes>`:
|
||||
|
||||
```tsx
|
||||
<Route route="/any-path" element={<ExamplePage />} />
|
||||
<Route path="/any-path" element={<ExamplePage />} />
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user