9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
package templates
|
|
|
|
import "github.com/haydenhargreaves/Potion/internal/templates/components"
|
|
|
|
templ ListPage() {
|
|
@components.Navbar("list")
|
|
}
|
|
|