Skip to content

Commit

Permalink
fix(import syntax): Fix React import syntax (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Jan 3, 2022
1 parent c72d07c commit 100d7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StatusIcon/StatusIcon.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as React from 'react';
import React from 'react';
import { Flex, FlexItem, Spinner, SpinnerProps } from '@patternfly/react-core';
import {
CheckCircleIcon,
Expand Down

0 comments on commit 100d7b8

Please sign in to comment.