diff options
Diffstat (limited to 'packages/react-docs/src/ts/index.ts')
-rw-r--r-- | packages/react-docs/src/ts/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-docs/src/ts/index.ts b/packages/react-docs/src/ts/index.ts index ee2950c0e..85b0cca27 100644 --- a/packages/react-docs/src/ts/index.ts +++ b/packages/react-docs/src/ts/index.ts @@ -1,5 +1,5 @@ export { Documentation } from './components/documentation'; -export { DocsInfo } from './components/docs_info'; +export { DocsInfo } from './docs_info'; // Exported to give users of this library added flexibility if they want to build // a docs page from scratch using the individual components. |