Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Oct 4, 2024
1 parent a63be49 commit 62e9c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-app-router-mixed-routing/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export const locales = ['en', 'de'] as const;

export const defaultLocale: Locale = 'en';

export type Locale = (typeof locales)[number];
export type Locale = typeof locales[number];

0 comments on commit 62e9c12

Please sign in to comment.