import Typography from './Typography.vue' export default { title: 'Typography' } export const Desktop = () => ({ components: { Typography }, template: '' })