Skip to content

Commit

Permalink
chore: export access control interface (#3)
Browse files Browse the repository at this point in the history
This PR exports `IAccessControlDispatcher` and `IAccessControlDispatcherTrait`
 for less verbose imports.
  • Loading branch information
tserg authored Dec 26, 2023
1 parent 644402e commit 5365102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.cairo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod access_control;

use access_control::access_control_component;
use access_control::{access_control_component, IAccessControlDispatcher, IAccessControlDispatcherTrait};
#[cfg(test)]
mod tests {
mod mock_access_control;
Expand Down

0 comments on commit 5365102

Please sign in to comment.