Skip to content

Commit

Permalink
adjust to react-16
Browse files Browse the repository at this point in the history
  • Loading branch information
kkarasek committed Dec 1, 2023
1 parent 7e97672 commit 0bd2964
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OfferMyAccountCard/OfferMyAccountCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { useAppDispatch, useAppSelector } from 'redux/store';
import { selectCurrentPlan, selectSwitchDetails } from 'redux/planDetailsSlice';
import { SwitchDetailsObject } from 'redux/types/planDetailsSlice.types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import SkeletonWrapper from 'components/SkeletonWrapper';
import {
WrapperStyled,
Expand Down
1 change: 1 addition & 0 deletions src/components/OfferSwitchCard/OfferSwitchCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import { useAppSelector } from 'redux/store';
import { useTranslation } from 'react-i18next';
import SubscriptionIcon from 'components/SubscriptionIcon';
Expand Down
1 change: 1 addition & 0 deletions src/components/OfferSwitchCard/OfferSwitchCardLoader.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import SkeletonWrapper from 'components/SkeletonWrapper';
import {
WrapperStyled,
Expand Down

0 comments on commit 0bd2964

Please sign in to comment.