Skip to content
Snippets Groups Projects

Draft: Provide Wait modal for bengal

Closed Carlos Sanchez requested to merge 618-wait-modal into main
2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,6 +5,5 @@ import { Component, } from '@angular/core'
template: '',
standalone: true
})
export class RccWaitOrCancelModalBaseComponent<T=unknown> {
export class RccWaitOrCancelModalBaseComponent {
}
Loading