Skip to content

Commit

Permalink
fix imports in AnimatedStepProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
JKobrynski committed Oct 31, 2023
1 parent a12e7a7 commit b721afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AnimatedStep/AnimatedStepProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, {useMemo, useState} from 'react';
import CONST from '../../CONST';
import ChildrenProps from '../../types/utils/ChildrenProps';
import CONST from '@src/CONST';
import ChildrenProps from '@src/types/utils/ChildrenProps';
import AnimatedStepContext, {AnimationDirection} from './AnimatedStepContext';

function AnimatedStepProvider({children}: ChildrenProps): React.ReactNode {
Expand Down

0 comments on commit b721afc

Please sign in to comment.