8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
package templates
|
|
|
|
import "github.com/haydenhargreaves/Potion/internal/templates/components"
|
|
|
|
templ CreatePage() {
|
|
@components.Navbar("create")
|
|
}
|