Cache fectech data in store
This commit is contained in:
3
src/store.ts
Normal file
3
src/store.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
import { writable } from 'svelte/store'
|
||||||
|
|
||||||
|
export const templates = writable([]);
|
||||||
Reference in New Issue
Block a user