Skip to content

Commit

Permalink
update _ctx-shared import
Browse files Browse the repository at this point in the history
  • Loading branch information
marklawlor committed Mar 20, 2024
1 parent fb29153 commit 3fb5cd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/expo-router/build/typed-routes/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/expo-router/build/typed-routes/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/expo-router/src/typed-routes/index.ts
@@ -1,8 +1,8 @@
import { EXPO_ROUTER_CTX_IGNORE } from 'expo-router/_ctx-shared';
import fs from 'node:fs';
import path from 'node:path';

import { getTypedRoutesDeclarationFile } from './generate';
import { EXPO_ROUTER_CTX_IGNORE } from '../../_ctx-shared';
import { isTypedRoute } from '../matchers';
import requireContext from '../testing-library/require-context-ponyfill';

Expand Down

0 comments on commit 3fb5cd3

Please sign in to comment.