feature/searchbar-enhance #17

Merged
ilia merged 48 commits from feature/searchbar-enhance into main 2026-01-18 14:04:53 +00:00
Showing only changes of commit 37ab7f795e - Show all commits

View File

@@ -0,0 +1,4 @@
import { createEntityStore } from '$shared/lib';
import type { UnifiedFont } from '../../types';
export const selectedFontsStore = createEntityStore<UnifiedFont>([]);