Skip to content

Commit

Permalink
fix: Fixed lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Oct 11, 2024
1 parent c382226 commit ffab877
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/module/src/Severity/Severity.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { useMemo } from 'react';
import { createUseStyles } from 'react-jss'
import {
SeverityCriticalIcon,
SeverityImportantIcon,
Expand All @@ -10,11 +9,6 @@ import {
} from '@patternfly/react-icons';
import { Flex, FlexItem } from '@patternfly/react-core';

const useStyles = createUseStyles({
severity: {

}
});
const severityLevels = (severity: SeverityType) => {
switch (severity) {
case 'critical':
Expand Down

0 comments on commit ffab877

Please sign in to comment.