Skip to content

Commit

Permalink
fix: use orm by default with tools.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 30, 2024
1 parent 922c007 commit 8a4f352
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions simapp/app/tools.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Description: This file is used to import all the packages that are used in the application, but may not be required currently.
// This is done to avoid the unused import errors when building modules. Leave this file unchanged.

package app

import (
_ "cosmossdk.io/orm"
)

0 comments on commit 8a4f352

Please sign in to comment.