Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Aug 10, 2023
1 parent 7dfaeeb commit 0d5fa84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 1 addition & 4 deletions examples/gno.land/p/demo/mux/router.gno
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package mux

import (
"strconv"
"strings"
)
import "strings"

// Router handles the routing and rendering logic.
type Router struct {
Expand Down
7 changes: 7 additions & 0 deletions examples/gno.land/r/demo/showcase/gno.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module showcase

require (
"gno.land/p/demo/avl" v0.0.0-latest
"gno.land/p/demo/mux" v0.0.0-latest
"gno.land/p/demo/ui" v0.0.0-latest
)

0 comments on commit 0d5fa84

Please sign in to comment.