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