Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <94029+moul@users.noreply.github.com>
  • Loading branch information
moul committed Nov 21, 2023
1 parent 655a3a6 commit 6fe0d2f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/gno.land/r/demo/tamagotchi/gno.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
module gno.land/r/demo/tamagotchi

require gno.land/p/demo/ufmt v0.0.0-latest
require gno.land/p/demo/tamagotchi v0.0.0-latest
require (
gno.land/p/demo/tamagotchi v0.0.0-latest
gno.land/p/demo/ufmt v0.0.0-latest
)

0 comments on commit 6fe0d2f

Please sign in to comment.