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 15d5fcb commit fc8b397
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 @@ -254,7 +254,7 @@ Let's look at how a contract would integrate {ownable-component}:
----
#[starknet::contract]
mod MyContract {
use openzeppelinaccess::ownable::OwnableComponent;
use openzeppelin::access::ownable::OwnableComponent;
use starknet::ContractAddress;
component!(path: OwnableComponent, storage: ownable, event: OwnableEvent);
Expand Down

0 comments on commit fc8b397

Please sign in to comment.