renames component to be clearer
Some checks failed
Chromatic / Run Chromatic (push) Has been cancelled

This commit is contained in:
ChaosExAnima 2025-09-25 16:47:17 +02:00
parent 0e1f45447e
commit fa6be0f99f
No known key found for this signature in database
GPG Key ID: 8F2B333100FB6117
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import type { Meta, StoryObj } from '@storybook/react-vite'; import type { Meta, StoryObj } from '@storybook/react-vite';
import { expect } from 'storybook/test'; import { expect } from 'storybook/test';
import { HTMLBlock } from './html_block'; import { HTMLBlock } from './index';
const meta = { const meta = {
title: 'Components/HTMLBlock', title: 'Components/HTMLBlock',