aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src/ts/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-docs/src/ts/index.ts')
-rw-r--r--packages/react-docs/src/ts/index.ts2
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.