diff --git a/template/components/form_switch.go b/template/components/form_switch.go deleted file mode 100644 index 9d43744..0000000 --- a/template/components/form_switch.go +++ /dev/null @@ -1,8 +0,0 @@ -package components - -type FormSwitch struct { - ID string - Label string - IsChecked bool - IsDisabled bool -} diff --git a/template/components/form_switch.html b/template/components/form_switch.html deleted file mode 100644 index 4841ffe..0000000 --- a/template/components/form_switch.html +++ /dev/null @@ -1,7 +0,0 @@ -{{define "form_switch"}} - -
- - -
-{{end}}