Skip to content

Commit 90da53b

Browse files
authored
Remove mention of injected components (#334)
1 parent cdf551b commit 90da53b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/developer-docs/latest/development/local-plugins-customization.md

-5
Original file line numberDiff line numberDiff line change
@@ -409,11 +409,6 @@ Initializer.propTypes = {
409409

410410
export default Initializer;
411411
```
412-
413-
#### Injected Components
414-
415-
(Coming soon)
416-
417412
#### Routing
418413

419414
The routing is based on the [React Router V5](https://reacttraining.com/react-router/web/guides/philosophy), due to it's implementation each route is declared in the `containers/App/index.js` file.

0 commit comments

Comments
 (0)