feat(selectedFontsStore): create selectedFontsStore to manage selected fonts collection
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
import { createEntityStore } from '$shared/lib';
|
||||||
|
import type { UnifiedFont } from '../../types';
|
||||||
|
|
||||||
|
export const selectedFontsStore = createEntityStore<UnifiedFont>([]);
|
||||||
Reference in New Issue
Block a user