Skip to content

Commit

Permalink
feat(boardsv2): init (#2900)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgooz authored Oct 4, 2024
1 parent 11a5027 commit 71c93a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/gno.land/p/demo/boardsv2/boardsv2.gno
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package boardsv2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package avlstorage
1 change: 1 addition & 0 deletions examples/gno.land/p/demo/boardsv2/post/plugin.gno
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package post
1 change: 1 addition & 0 deletions examples/gno.land/p/demo/boardsv2/post/post.gno
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package post
1 change: 1 addition & 0 deletions examples/gno.land/p/demo/boardsv2/post/view.gno
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package post
1 change: 1 addition & 0 deletions examples/gno.land/r/demo/boardsv2/boardsv2.gno
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package boardsv2

0 comments on commit 71c93a7

Please sign in to comment.