mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 05:20:26 +00:00
10 lines
101 B
Go
10 lines
101 B
Go
package views
|
|
|
|
import (
|
|
"github.com/bouncepaw/mycorrhiza/viewutil"
|
|
)
|
|
|
|
var (
|
|
Base = viewutil.Base
|
|
)
|