| @@ -4,10 +4,8 @@ | ||
| 4 | 4 | * |
| 5 | 5 | * @package automattic/jetpack |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | -// phpcs:disable Universal.Files.SeparateFunctionsFromOO.Mixed -- TODO: Move classes to appropriately-named class files. | |
| 9 | - | |
| 10 | 8 | use Automattic\Jetpack\Constants; |
| 11 | 9 | use Automattic\Jetpack\Redirect; |
| 12 | 10 | use Automattic\Jetpack\Tracking; |
| 13 | 11 | |