Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Jan 2, 2025
1 parent 8cc8a01 commit cc5ce11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion onchain/cairo/launchpad/src/tests/launchpad_tests.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mod launchpad_tests {
};
// use afk_launchpad::launchpad::errors;
use afk_launchpad::launchpad::launchpad::LaunchpadMarketplace::{Event as LaunchpadEvent};
use afk_launchpad::launchpad::launchpad::{
use afk_launchpad::interfaces::launchpad::{
ILaunchpadMarketplaceDispatcher, ILaunchpadMarketplaceDispatcherTrait,
};
use afk_launchpad::tokens::erc20::{IERC20, IERC20Dispatcher, IERC20DispatcherTrait};
Expand Down
2 changes: 1 addition & 1 deletion onchain/cairo/launchpad/src/tests/liquidity_tests.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mod liquidity_tests {
use afk_launchpad::interfaces::factory::{IFactory, IFactoryDispatcher, IFactoryDispatcherTrait};
use afk_launchpad::launchpad::launchpad::LaunchpadMarketplace::{Event as LaunchpadEvent};
use afk_launchpad::launchpad::launchpad::{
use afk_launchpad::interfaces::launchpad::{
ILaunchpadMarketplaceDispatcher, ILaunchpadMarketplaceDispatcherTrait,
};
use afk_launchpad::tokens::erc20::{IERC20, IERC20Dispatcher, IERC20DispatcherTrait};
Expand Down

0 comments on commit cc5ce11

Please sign in to comment.