- `,
-})
-export class TestComponent {}
-
-@NgModule({
- imports: [DragDropModule],
- declarations: [TestComponent],
- bootstrap: [TestComponent],
-})
-export class AppModule {}
diff --git a/integration/size-test/cdk/drag-drop/basic.ts b/integration/size-test/cdk/drag-drop/basic.ts
deleted file mode 100644
index aa1f7757d32e..000000000000
--- a/integration/size-test/cdk/drag-drop/basic.ts
+++ /dev/null
@@ -1,24 +0,0 @@
-import {DragDropModule} from '@angular/cdk/drag-drop';
-import {Component, NgModule} from '@angular/core';
-
-/**
- * Basic component using `CdkDropList` and `CdkDrag`. Other parts of the drag-drop
- * module such as `CdkDropListGroup`, `CdkDragPlaceholder`, `CdkDragPreview` or
- * `CdkDragHandle` are not used and should be tree-shaken away.
- */
-@Component({
- standalone: false,
- template: `
-