/lab-double-component

Proof of concept that you can have 2 components with the same name but in a different folder

Primary LanguageJavaScript

Double components in React

This is a proof of concept that you can have 2 components with the same name but in a different folder.

There are 2 Photo components, one in /person and another one in /user folders and both are rendered normaly.