added the app name in the document title and fixed the double initial load on records list
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { writable } from "svelte/store";
|
||||
|
||||
export const pageTitle = writable('');
|
||||
|
||||
export const appName = writable('');
|
||||
Reference in New Issue
Block a user