Skip to content

Commit

Permalink
upcoming: [DI-20595] - linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankita-akamai committed Dec 9, 2024
1 parent d224809 commit 9cef426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { isNil } from 'ramda';
import * as React from 'react';

import { RegionSelect } from 'src/components/RegionSelect/RegionSelect';
Expand All @@ -8,7 +9,6 @@ import { FILTER_CONFIG } from '../Utils/FilterConfig';

import type { Dashboard, FilterValue, Region } from '@linode/api-v4';
import type { CloudPulseResourceTypeMapFlag } from 'src/featureFlags';
import { isNil } from 'ramda';

export interface CloudPulseRegionSelectProps {
defaultValue?: FilterValue;
Expand Down

0 comments on commit 9cef426

Please sign in to comment.