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