import { Meta, Props, Story, Preview } from '@storybook/addon-docs/blocks'
import { action } from "@storybook/addon-actions"
import PageLayout from '@/layouts/PageLayout.vue'

<Meta title="Layouts|Page" component={PageLayout} />

# Page Layout

<Props of={PageLayout} />
