Skip to content

Commit

Permalink
remove unnecessary i18n import
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Oct 25, 2024
1 parent 8ff1f46 commit 38462b0
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/components/atoms/assessment/assessment.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Meta, StoryObj } from '@storybook/react';
import { within, userEvent, expect } from '@storybook/test';
import { Assessment } from './assessment';
import '../../../i18n';

const meta: Meta<typeof Assessment> = {
title: 'Atoms/Assessment',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Meta, StoryObj } from '@storybook/react';
import { ReviewContent } from './review-content';
import '../../../i18n';

const meta: Meta<typeof ReviewContent> = {
title: 'Atoms/Review Content',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Meta, StoryObj } from '@storybook/react';
import { ReviewProcess } from './review-process';
import '../../../i18n';

const meta: Meta<typeof ReviewProcess> = {
title: 'Atoms/Review Process',
Expand Down
1 change: 0 additions & 1 deletion src/components/atoms/socials/socials.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Meta, StoryObj } from '@storybook/react';
import { Socials } from './socials';
import '../../../i18n';

const meta: Meta<typeof Socials> = {
title: 'Atoms/Socials',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Meta, StoryObj } from '@storybook/react';
import { citation, metrics } from '../../../utils/mocks';
import { ArticleStatus } from './article-status';
import '../../../i18n';

const meta: Meta<typeof ArticleStatus> = {
title: 'Molecules/ArticleStatus',
Expand Down
1 change: 0 additions & 1 deletion src/components/molecules/timeline/timeline.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Meta, StoryObj } from '@storybook/react';
import { expect, userEvent, within } from '@storybook/test';
import { Timeline } from './timeline';
import '../../../i18n';

const meta: Meta<typeof Timeline> = {
title: 'Molecules/Timeline',
Expand Down
1 change: 0 additions & 1 deletion src/components/pages/article/article-page.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { ArticlePage } from './article-page';
import { ArticleFullTextTab, ArticleFiguresTab, ArticleReviewsTab } from './tabs';
import { ErrorMessages } from '../../atoms/error-messages/error-messages';
import { contentToHeadings, contentToJsx } from '../../../utils/content';
import '../../../i18n';

const meta: Meta<typeof ArticlePage> = {
title: 'Pages/Article Page',
Expand Down

0 comments on commit 38462b0

Please sign in to comment.