Chore: touch file for room templ

This commit is contained in:
Grail Finder
2025-05-03 08:20:24 +03:00
parent c8ce2a6727
commit bd4e2431bf
5 changed files with 17 additions and 3 deletions

5
models/keys.go Normal file
View File

@ -0,0 +1,5 @@
package models
var (
CtxRoomIDKey = "current_room"
)