Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
marklawlor committed Mar 3, 2024
1 parent a0016a7 commit 82f1025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-router/src/fork/useLinking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import * as React from 'react';
import createMemoryHistory from '@react-navigation/native/lib/commonjs/createMemoryHistory';
// This was removed as we don't use ServerContext
// import ServerContext from './ServerContext';
import { ServerLocationContext } from '../global-state/serverLocationContext';
/* End of fork */
import type { LinkingOptions } from '@react-navigation/native';
import { appendBaseUrl } from './getPathFromState';
import { ServerLocationContext } from '../global-state/serverLocationContext';

type ResultState = ReturnType<typeof getStateFromPathDefault>;

Expand Down

0 comments on commit 82f1025

Please sign in to comment.