Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgrzybowski committed Jan 18, 2024
1 parent 89ba96e commit 9de5686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Navigation/NavigationRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import useTheme from '@hooks/useTheme';
import useWindowDimensions from '@hooks/useWindowDimensions';
import Log from '@libs/Log';
import {getPathFromURL} from '@libs/Url';
import getAdaptedStateFromPath from '@navigation/linkingConfig/getAdaptedStateFromPath';

Check warning on line 11 in src/libs/Navigation/NavigationRoot.tsx

View workflow job for this annotation

GitHub Actions / lint

Unexpected subpath import via alias '@navigation/linkingConfig/getAdaptedStateFromPath'. Use './linkingConfig/getAdaptedStateFromPath' instead
import {updateLastVisitedPath} from '@userActions/App';
import type {Route} from '@src/ROUTES';
import AppNavigator from './AppNavigator';
import getAdaptedStateFromPath from './getAdaptedStateFromPath';
import getPolicyIdFromState from './getPolicyIdFromState';
import linkingConfig from './linkingConfig';
import customGetPathFromState from './linkingConfig/customGetPathFromState';
Expand Down

0 comments on commit 9de5686

Please sign in to comment.