mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-19 21:21:30 +00:00
Add missing imports to docs mdx files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user