Add missing imports to docs mdx files

This commit is contained in:
Nicolas Gallagher
2020-03-26 18:00:55 -07:00
parent ee1cb490d6
commit fa6e269832
10 changed files with 20 additions and 0 deletions
@@ -1,3 +1,5 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Guides|Accessibility" />
# Accessibility
@@ -1,3 +1,5 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Guides|Client-side" />
# Client-side rendering
@@ -1,3 +1,5 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Guides|Direct manipulation" />
# Direct manipulation
@@ -1,3 +1,5 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Guides|Internationalization" />
# Internationalization
@@ -1,3 +1,5 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Guides|Multi-platform" />
# Multi-platform applications
@@ -1,3 +1,5 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Guides|Server-side" />
# Server-side rendering
@@ -1,3 +1,5 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Guides|Style" />
# Style
@@ -1,3 +1,5 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Guides|Unstable uses" />
# Unstable APIs
@@ -1,3 +1,5 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Guides|Web recipes" />
# Web recipes
@@ -1,3 +1,5 @@
import { Meta } from '@storybook/addon-docs/blocks';
<Meta title="Overview|Getting started" />
# Getting started