import React from 'react' import type { Meta, StoryObj } from '@storybook/react' import { Back } from './Back' const meta: Meta = { title: 'Back', component: Back } export default meta type Story = StoryObj export const Example: Story = { render: () => }