Flatten config folder
I just remove subfolders from src/config
and rename:
-
src/config/parameters/alias.js
tosrc/config/parameters.js
-
src/config/ui/config.js
tosrc/config/ui.js
.
Edited by Axel Bocciarelli
I just remove subfolders from src/config
and rename:
src/config/parameters/alias.js
to src/config/parameters.js
src/config/ui/config.js
to src/config/ui.js
.