import type { Meta, StoryObj } from '@storybook/react'; import { ProjectsManager, ProjectsManagerSkeleton, ProjectsManagerEmpty, } from './projects-manager'; const meta = { title: 'Components/Features/Studio/ProjectsManager', component: ProjectsManager, tags: ['autodocs'], decorators: [ (Story) => (