How to move a particular folder inside my Ionic 4 project to another location (inside of my project too)?

Hi guys,

So, I want to rearrange the location of my folders because I am kind of OCD.

I have folders in the main src folder and I would like to move it under my TAB 1 folder. However, I understand that when we create folders, the route is automatically patched to our routing module, so my question is how do we correctly move our folders from one location to another (INSIDE the project)?

Copy-paste will result in lots of errors due to routing module setups.

Thanks in advanced.

you will have to re-import the path that’s it.
starter kit : https://github.com/indraraj26/ionic5-starter-tabs-sidemenu
It has tabs/dashboard, tabs/map