Merge branch 'master' into hunicus/docs-links-alignment

This commit is contained in:
softsimon
2024-04-03 18:57:46 +09:00
committed by GitHub
224 changed files with 69736 additions and 79874 deletions

View File

@@ -170,13 +170,6 @@ let routes: Routes = [
},
];
if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'bisq') {
routes = [{
path: '',
loadChildren: () => import('./bisq/bisq.module').then(m => m.BisqModule)
}];
}
if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
routes = [
{