🛹 Adds a persistentStore for location

This commit is contained in:
Rune Harlyk
2024-08-22 21:14:48 +02:00
committed by Rune Harlyk
parent 92184e9456
commit d77010ad41
4 changed files with 4 additions and 10 deletions
+3
View File
@@ -0,0 +1,3 @@
import { persistentStore } from '$lib/utilities';
export const location = persistentStore('location', '/');