mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 04:14:45 +03:00
refactor: Change FileListItem story title to 'Misc / FileListItem' instead of 'Elements / FileListItem'
This commit is contained in:
parent
29f9d3fb9d
commit
f8f20c2604
@ -2,7 +2,7 @@ import FileListItem from '$lib/FileListItem.svelte';
|
||||
import type { Meta, StoryObj } from '@storybook/svelte';
|
||||
|
||||
const meta = {
|
||||
title: 'Elements / FileListItem',
|
||||
title: 'Misc / FileListItem',
|
||||
component: FileListItem
|
||||
} satisfies Meta<FileListItem>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user