Skip to content

Commit

Permalink
Update docs/modules/ROOT/pages/components.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Fleming <[email protected]>
  • Loading branch information
ericnordelo and andrew-fleming authored Aug 1, 2024
1 parent fc8b397 commit 25c199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/components.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Creating a contract with `AccessControlComponent` should look like this:
----
#[starknet::contract]
mod MyContract {
use openzeppelinaccess::accesscontrol::AccessControlComponent;
use openzeppelin::access::accesscontrol::AccessControlComponent;
use openzeppelin::introspection::src5::SRC5Component;
component!(path: AccessControlComponent, storage: accesscontrol, event: AccessControlEvent);
Expand Down

0 comments on commit 25c199b

Please sign in to comment.