Skip to content

Commit

Permalink
Fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta committed Oct 28, 2024
1 parent 2d529b8 commit df3ce66
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 303 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ThreatStatus, type Threat } from '@automattic/jetpack-scan';
import { getThreatType, type Threat } from '@automattic/jetpack-scan';
import {
__experimentalToggleGroupControl as ToggleGroupControl, // eslint-disable-line @wordpress/no-unsafe-wp-apis
__experimentalToggleGroupControlOption as ToggleGroupControlOption, // eslint-disable-line @wordpress/no-unsafe-wp-apis
Expand All @@ -17,14 +17,14 @@ import {
} from '@wordpress/dataviews';
import { dateI18n } from '@wordpress/date';
import { __, sprintf } from '@wordpress/i18n';
import { code, color, grid, plugins, shield, wordpress } from '@wordpress/icons';
import { Icon } from '@wordpress/icons';
import { useCallback, useMemo, useState } from 'react';
import Badge from '../badge';
import ThreatFixerButton from '../threat-fixer-button';
import ThreatSeverityBadge from '../threat-severity-badge';
import { THREAT_STATUSES, THREAT_TYPES } from './constants';
import FixerStatusIcon, { FixerStatusBadge } from './fixer-status';
import styles from './styles.module.scss';
import { getThreatIcon, getThreatSubtitle, getThreatType } from './utils';

/**
* ToggleGroupControl component for filtering threats by status.
Expand Down

This file was deleted.

17 changes: 0 additions & 17 deletions projects/js-packages/scan/src/types/fixers.d.ts

This file was deleted.

70 changes: 0 additions & 70 deletions projects/js-packages/scan/src/types/threats.d.ts

This file was deleted.

0 comments on commit df3ce66

Please sign in to comment.