fix: remove unused imports from callback component for cleaner code
This commit is contained in:
@@ -9,7 +9,7 @@ import { NgScrollbarModule } from "ngx-scrollbar";
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-callback',
|
selector: 'app-callback',
|
||||||
imports: [RouterModule, MaterialModule, BrandingComponent, JsonPipe, NgIf, NgScrollbarModule],
|
imports: [RouterModule, MaterialModule, BrandingComponent, NgScrollbarModule],
|
||||||
templateUrl: './callback.component.html',
|
templateUrl: './callback.component.html',
|
||||||
})
|
})
|
||||||
export class CallbackComponent {
|
export class CallbackComponent {
|
||||||
|
|||||||
Reference in New Issue
Block a user