move global keys to end
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-05-14 18:00:04 +03:00
parent e3a3962130
commit 0f16c89248
5 changed files with 9 additions and 10 deletions

View file

@ -5,5 +5,5 @@
(view :view-transport)
(keys
(layer "./keys_global.edn")
(layer "./keys_clock.edn"))
(layer "./keys_clock.edn")
(layer "./keys_global.edn"))