Layouts: Move layouts to a commandbar sudirectory of layouts/partials

This commit is contained in:
Eryn Wells 2024-08-08 09:53:33 -10:00
parent 5d2b0e1883
commit 68a477bc11
3 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,5 @@
{{
$resource := partial "resource_builders/script.html"
(dict "resource" "commandbar/js/commandBar.js")
}}
{{ return $resource }}

View file

@ -1,2 +0,0 @@
{{ $resource := partial "resource_builders/script.html" (dict "resource" "commandbar/js/commandBar.js") }}
{{ return $resource }}