10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
package templates
|
|
|
|
import "github.com/haydenhargreaves/Potion/internal/templates/components"
|
|
|
|
templ ProfilePage() {
|
|
@components.Navbar("profile")
|
|
}
|
|
|
|
|