diff --git a/app/javascript/mastodon/components/html_contents/html_block.stories.tsx b/app/javascript/mastodon/components/html_block/html_block.stories.tsx similarity index 95% rename from app/javascript/mastodon/components/html_contents/html_block.stories.tsx rename to app/javascript/mastodon/components/html_block/html_block.stories.tsx index b39d023d779..8469b23fcb6 100644 --- a/app/javascript/mastodon/components/html_contents/html_block.stories.tsx +++ b/app/javascript/mastodon/components/html_block/html_block.stories.tsx @@ -1,7 +1,7 @@ import type { Meta, StoryObj } from '@storybook/react-vite'; import { expect } from 'storybook/test'; -import { HTMLBlock } from './html_block'; +import { HTMLBlock } from './index'; const meta = { title: 'Components/HTMLBlock', diff --git a/app/javascript/mastodon/components/html_contents/html_block.tsx b/app/javascript/mastodon/components/html_block/index.tsx similarity index 100% rename from app/javascript/mastodon/components/html_contents/html_block.tsx rename to app/javascript/mastodon/components/html_block/index.tsx