import React from 'react'
import { Meta, Story } from '@storybook/react/types-6-0'
import Main from '.'

export default {
  title: 'Pages/Main',
  component: Main,
} as Meta

export const DefaultMain: Story = () => <Main />
