Skip to content

Commit

Permalink
chore: no usage of assert
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Nov 3, 2023
1 parent 3b157ce commit 0e992ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NotificationProvider } from '../providers/notificationProvider';
import * as constants from './constants';
import type { Preview, ReactRenderer } from '@storybook/react';

import englishLocale from '@/i18n/locales/en.json' assert { type: 'json' };
import englishLocale from '@/i18n/locales/en.json';

import '../styles/new/index.css';

Expand Down

0 comments on commit 0e992ab

Please sign in to comment.