Make sure your app is wrapped in a <Router />
I have a mini app which contains its own route path something like below . This root component is exported out and is being used in main app as a package dependency. Below is the usage
mini-app code
In the main app usage looks like below
mini-app code
In the main app usage looks like below
