Skip to content

Commit

Permalink
fix: add the type keyword to the ILocale interface (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor authored Jul 26, 2021
1 parent 325eea0 commit f58f0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { LocaleService } from './localeService';
export { ILocale } from './localization';
export type { ILocale } from './localization';

0 comments on commit f58f0a1

Please sign in to comment.