build_app

This commit is contained in:
risadmin_prod 2025-10-06 04:59:15 +00:00
parent 0eb5741497
commit dca2357993
3 changed files with 9 additions and 0 deletions

View File

@ -75,6 +75,9 @@ addCustomMenu( "Note","Note", "Transcations");
addCustomMenu( "Note","Note", "Transcations");
addCustomMenu( "Note","Note", "Transcations");
addCustomMenu( "Calculator","Calculator", "Transcations");

View File

@ -4,6 +4,7 @@
import { StopwatchComponent } from './BuilderComponents/app-b/Stopwatch/Stopwatch.component';
@ -305,6 +306,8 @@ const routes: Routes = [
{path:'Stopwatch',component:StopwatchComponent},

View File

@ -4,6 +4,7 @@
import { StopwatchComponent } from './BuilderComponents/app-b/Stopwatch/Stopwatch.component';
@ -178,6 +179,8 @@ import { MyworkspaceComponent } from './admin/myworkspace/myworkspace.component'
StopwatchComponent,