chore: format codebase and move SectionAccordion to entities/Section
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { Meta, StoryObj } from '@storybook/nextjs-vite'
|
||||
import { UtilityBar } from './UtilityBar'
|
||||
import type { Meta, StoryObj } from '@storybook/nextjs-vite';
|
||||
import { UtilityBar } from './UtilityBar';
|
||||
|
||||
const meta: Meta<typeof UtilityBar> = {
|
||||
title: 'Widgets/UtilityBar',
|
||||
@@ -11,10 +11,10 @@ const meta: Meta<typeof UtilityBar> = {
|
||||
</div>
|
||||
),
|
||||
],
|
||||
}
|
||||
};
|
||||
|
||||
export default meta
|
||||
export default meta;
|
||||
|
||||
type Story = StoryObj<typeof UtilityBar>
|
||||
type Story = StoryObj<typeof UtilityBar>;
|
||||
|
||||
export const Default: Story = {}
|
||||
export const Default: Story = {};
|
||||
|
||||
Reference in New Issue
Block a user