Skip to content

Commit

Permalink
fix: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tiithansen committed May 25, 2024
1 parent 2243c46 commit 5ccd520
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/Workloads/Workloads.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import {
SceneApp,
SceneAppPage,
SceneTimeRange,
VariableValueSelectors,
SceneVariableSet,
SceneControlsSpacer,
SceneTimePicker,
SceneRefreshPicker,
DataSourceVariable,
QueryVariable,
} from '@grafana/scenes';
import { ROUTES } from '../../constants';
import React, { useMemo } from 'react';
Expand Down

0 comments on commit 5ccd520

Please sign in to comment.