🛹 Adds a persistentStore for location
This commit is contained in:
@@ -7,3 +7,4 @@ export * from './telemetry';
|
||||
export * from './analytics';
|
||||
export * from './user';
|
||||
export * from './featureFlags';
|
||||
export * from './location-store';
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
import { persistentStore } from '$lib/utilities';
|
||||
|
||||
export const location = persistentStore('location', '/');
|
||||
Reference in New Issue
Block a user