diff --git a/frontend/src/components/pages/reassign-partitions/Step2.Brokers.tsx b/frontend/src/components/pages/reassign-partitions/Step2.Brokers.tsx
index 38e582c1d..672a99968 100644
--- a/frontend/src/components/pages/reassign-partitions/Step2.Brokers.tsx
+++ b/frontend/src/components/pages/reassign-partitions/Step2.Brokers.tsx
@@ -45,8 +45,8 @@ export class StepSelectBrokers extends Component<{
Target Brokers
- Choose the target brokers to move the selected partitions to. Redpanda Console will
- distribute partitions across the available racks of the selected target brokers.
+ Choose the target brokers to move the selected partitions to. Redpanda Console will distribute partitions
+ across the available racks of the selected target brokers.
diff --git a/frontend/src/components/pages/rp-connect/Pipelines.Create.tsx b/frontend/src/components/pages/rp-connect/Pipelines.Create.tsx
index 5e6d8308d..4e658e962 100644
--- a/frontend/src/components/pages/rp-connect/Pipelines.Create.tsx
+++ b/frontend/src/components/pages/rp-connect/Pipelines.Create.tsx
@@ -26,7 +26,7 @@ import {
} from '@redpanda-data/ui';
import { action, makeObservable, observable } from 'mobx';
import { observer } from 'mobx-react';
-import { editor } from 'monaco-editor';
+import type { editor } from 'monaco-editor';
import React, { useState } from 'react';
import { Link } from 'react-router-dom';
import { PipelineCreate } from '../../../protogen/redpanda/api/dataplane/v1alpha2/pipeline_pb';
diff --git a/frontend/src/state/backendApi.ts b/frontend/src/state/backendApi.ts
index 28fd7d55d..2a77c1f71 100644
--- a/frontend/src/state/backendApi.ts
+++ b/frontend/src/state/backendApi.ts
@@ -138,9 +138,9 @@ import type {
import type { TransformMetadata } from '../protogen/redpanda/api/dataplane/v1alpha1/transform_pb';
import {
GetPipelinesBySecretsRequest,
- Pipeline,
- PipelineCreate,
- PipelineUpdate,
+ type Pipeline,
+ type PipelineCreate,
+ type PipelineUpdate,
} from '../protogen/redpanda/api/dataplane/v1alpha2/pipeline_pb';
import {
type CreateSecretRequest,