import { Description, Meta, Story } from '@storybook/blocks'
import * as Examples from './line-height.stories'

<Meta of={Examples} />

# Line Height

<Description />

<Story of={Examples.LineHeight} />
