Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
crherman7 committed Nov 5, 2024
1 parent 3dd8603 commit f29127b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/app-router/src/hooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ import {match} from 'path-to-regexp';
import {useContext, useEffect} from 'react';
import {Layout, Navigation, Options} from 'react-native-navigation';
import {Linking} from 'react-native';
// eslint-disable-next-line import/no-duplicates
import urlParse from 'url-parse';
// eslint-disable-next-line import/no-duplicates
import type URLParse from 'url-parse';

import {ComponentIdContext, ModalContext, RouteContext} from './context';
import {ActionRoute, Guard, RouteMatchRoute} from './types';
Expand Down
1 change: 0 additions & 1 deletion packages/app-router/src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {Fragment} from 'react';

import {ComponentIdContext, RouteContext} from './context';
import {
ActionRoute,
BottomTabRoute,
ComponentRoute,
RouteChild,
Expand Down

0 comments on commit f29127b

Please sign in to comment.