build_app

This commit is contained in:
risadmin_prod 2025-10-18 10:50:53 +00:00
parent 486b5e4ec3
commit dcdac3cfb8
3 changed files with 18 additions and 0 deletions

View File

@ -75,6 +75,12 @@ addCustomMenu( "Clock","Clock", "Transcations");
addCustomMenu( "Clock","Clock", "Transcations"); addCustomMenu( "Clock","Clock", "Transcations");
addCustomMenu( "Clock","Clock", "Transcations");
addCustomMenu( "Clock","Clock", "Transcations");
addCustomMenu( "Stopwatch","Stopwatch", "Transcations"); addCustomMenu( "Stopwatch","Stopwatch", "Transcations");

View File

@ -1,4 +1,6 @@
import { ClockComponent } from './BuilderComponents/clock/Clock/Clock.component'; import { ClockComponent } from './BuilderComponents/clock/Clock/Clock.component';
@ -270,6 +272,10 @@ const routes: Routes = [
// buildercomponents // buildercomponents
{path:'Clock',component:ClockComponent}, {path:'Clock',component:ClockComponent},

View File

@ -1,4 +1,6 @@
import { ClockComponent } from './BuilderComponents/clock/Clock/Clock.component'; import { ClockComponent } from './BuilderComponents/clock/Clock/Clock.component';
@ -143,6 +145,10 @@ import { MyworkspaceComponent } from './admin/myworkspace/myworkspace.component'
// buildercomponents // buildercomponents
ClockComponent, ClockComponent,