Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
docs(rendermodule): remove holocronModule import
Browse files Browse the repository at this point in the history
  • Loading branch information
James Singleton authored and JamesSingleton committed Jan 25, 2021
1 parent 1b5dba6 commit ed47d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/holocron/docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => (
<div>
Expand Down

0 comments on commit ed47d49

Please # to comment.