build_app

This commit is contained in:
risadmin_prod 2025-10-14 06:31:29 +00:00
parent 65ef2c572b
commit c6f40e3fcc
3 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,9 @@ public class BuilderService {
addCustomMenu( "Note","Note", "Transcations"); addCustomMenu( "Note","Note", "Transcations");
addCustomMenu( "Note","Note", "Transcations");
System.out.println("dashboard and menu inserted..."); System.out.println("dashboard and menu inserted...");

View File

@ -1,3 +1,4 @@
import { NoteComponent } from './BuilderComponents/note/Note/Note.component'; import { NoteComponent } from './BuilderComponents/note/Note/Note.component';
import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component'; import { SequencegenaratorComponent } from './fnd/sequencegenarator/sequencegenarator.component';
@ -261,6 +262,8 @@ const routes: Routes = [
// buildercomponents // buildercomponents
{path:'Note',component:NoteComponent}, {path:'Note',component:NoteComponent},

View File

@ -1,3 +1,4 @@
import { NoteComponent } from './BuilderComponents/note/Note/Note.component'; import { NoteComponent } from './BuilderComponents/note/Note/Note.component';
@ -134,6 +135,8 @@ import { MyworkspaceComponent } from './admin/myworkspace/myworkspace.component'
// buildercomponents // buildercomponents
NoteComponent, NoteComponent,