Skip to content

Commit

Permalink
Fix export path in SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Garfield committed Nov 1, 2022
1 parent d12cca6 commit 2e72d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub mod client {
pub mod thread_program {
pub use clockwork_thread_program::{cpi, errors, program::ThreadProgram, ID};
pub mod accounts {
pub use clockwork_thread_program::accounts::{
pub use clockwork_thread_program::objects::{
ExecContext, Thread, ThreadSettings, Trigger, TriggerContext,
};
}
Expand Down

0 comments on commit 2e72d49

Please sign in to comment.