Skip to content

Commit

Permalink
Update router.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejensen0 committed Nov 1, 2023
1 parent 448d5ea commit 1e1d73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expo/types/router.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ declare module "expo-router" {
export * from 'expo-router/build';

// prettier-ignore
type StaticRoutes = `/` | `/(tabs)/_layout` | `/_layout` | `/(tabs)/` | `/(tabs)` | `/(tabs)/two` | `/two` | `/+html` | `/modal`;
type StaticRoutes = `/` | `/(tabs)/` | `/(tabs)` | `/(tabs)/two` | `/two` | `/(tabs)/_layout` | `/_layout` | `/+html` | `/calculateExpenses` | `/modal`;
// prettier-ignore
type DynamicRoutes<T extends string> = `/${CatchAllRoutePart<T>}`;
// prettier-ignore
Expand Down

0 comments on commit 1e1d73a

Please sign in to comment.