Organize stories into folders

This commit is contained in:
Gabe Kangas
2022-05-17 14:24:48 -07:00
parent 8ce045aa9a
commit 8925e1b4e2
9 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
import SingleFollower from '../components/Follower';
export default {
title: 'owncast/Followers/Single Follower',
title: 'owncast/Components/Followers/Single Follower',
component: SingleFollower,
parameters: {},
} as ComponentMeta<typeof SingleFollower>;