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({
|
||||
selector: 'app-callback',
|
||||
imports: [RouterModule, MaterialModule, BrandingComponent, JsonPipe, NgIf, NgScrollbarModule],
|
||||
imports: [RouterModule, MaterialModule, BrandingComponent, NgScrollbarModule],
|
||||
templateUrl: './callback.component.html',
|
||||
})
|
||||
export class CallbackComponent {
|
||||
|
||||
Reference in New Issue
Block a user