core/ui: fix page title

This commit is contained in:
Caleb Doxsey 2024-02-08 09:41:12 -07:00
parent f9808a73ba
commit e7ea364ecb
9 changed files with 39 additions and 31 deletions

View file

@ -7,10 +7,8 @@ import (
"io/fs"
)
var (
// ExtUIFS must be set to provide access to UI dist/ files
ExtUIFS fs.FS
)
// ExtUIFS must be set to provide access to UI dist/ files
var ExtUIFS fs.FS
func openFile(name string) (f fs.File, etag string, err error) {
if ExtUIFS == nil {