From ed47d492300a3cf2bc2e5f442579dfaa6906dcce Mon Sep 17 00:00:00 2001 From: James Singleton Date: Fri, 22 Jan 2021 15:56:26 -0800 Subject: [PATCH] docs(rendermodule): remove holocronModule import --- packages/holocron/docs/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/holocron/docs/api/README.md b/packages/holocron/docs/api/README.md index 8ec8115..cdff3c8 100644 --- a/packages/holocron/docs/api/README.md +++ b/packages/holocron/docs/api/README.md @@ -174,7 +174,7 @@ A React component for rendering a Holocron module. ##### Usage ```jsx -import { RenderModule, holocronModule, composeModules } from 'holocron'; +import { RenderModule, composeModules } from 'holocron'; const MyModule = ({ data }) => (