diff --git a/views/components/dayjs.templ b/views/components/dayjs.templ index 3e6012b..6d8b434 100644 --- a/views/components/dayjs.templ +++ b/views/components/dayjs.templ @@ -1,10 +1,13 @@ package components -templ Dayjs() { - - - - +import "fmt" +import "github.com/tigorlazuardi/redmage/views" + +templ Dayjs(c *views.Context) { + + + +