Skip to content

Commit

Permalink
fix: dev test [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensacks committed Aug 22, 2024
1 parent 649e8f4 commit c543c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/nextIntl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import en from '../src/stories/messages/en';
import fr from '../src/stories/messages/fr';
import ja from '../src/stories/messages/ja';

const messages: Record<string, any> = {en, fr, ja};
const messagesByLocale: Record<string, any> = {en, fr, ja};

const nextIntl = {
defaultLocale: 'en',
messages,
messagesByLocale,
};

export default nextIntl;

0 comments on commit c543c79

Please sign in to comment.