move file

This commit is contained in:
Hardhat Chad
2024-07-26 21:30:35 +00:00
parent 3bfe8506f4
commit 698192329b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
mod auth;
mod claim;
mod close;
mod declare_proof;
mod initialize;
mod mine;
mod open;
@@ -9,9 +9,9 @@ mod stake;
mod update;
mod upgrade;
use auth::*;
use claim::*;
use close::*;
use declare_proof::*;
use initialize::*;
use mine::*;
use open::*;