Skip to content

Commit

Permalink
auction: add missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Apr 22, 2024
1 parent f981a24 commit 1d66fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/component/auction/src/component/auction.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use crate::component::dutch_auction::HandleDutchTriggers;
use anyhow::Result;
use async_trait::async_trait;
use cnidarium::{StateRead, StateWrite};
Expand Down

0 comments on commit 1d66fb7

Please sign in to comment.