Merge pull request #20220 from jboeijenga/docs/plugin-development-fix
docs: fixed documentation on configuring routes
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