Skip to content

Commit a58f57e

Browse files
committed
chore(helpers): sort content
1 parent 53a2aa0 commit a58f57e

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

helpers/helpers.templ

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ import "github.com/axzilla/templui/components"
44

55
// ComponentScripts returns script tags for all components.
66
templ ComponentScripts() {
7-
@components.ChartScripts()
8-
@components.RatingScript()
97
@components.CarouselScript()
8+
@components.ChartScripts()
109
@components.CodeScript()
11-
@components.ToastScript()
1210
@components.DatePickerScript()
11+
@components.DrawerScript()
1312
@components.DropdownMenuScript()
14-
@components.LabelScript()
1513
@components.InputOTPScript()
14+
@components.LabelScript()
1615
@components.ModalScript()
17-
@components.DrawerScript()
16+
@components.RatingScript()
17+
@components.SelectScript()
1818
@components.SliderScript()
1919
@components.TabsScript()
2020
@components.TextareaScript()
2121
@components.TimePickerScript()
22-
<!-- @components.ProgressScript() -->
22+
@components.ToastScript()
2323
}

helpers/helpers_templ.go

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)