Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <[email protected]>
  • Loading branch information
moul committed Nov 17, 2023
1 parent c7bacda commit ffd09c4
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 ffd09c4

Please sign in to comment.