diff --git a/src/features/DisplayFont/ui/FontDisplay/FontDisplay.svelte b/src/features/DisplayFont/ui/FontDisplay/FontDisplay.svelte deleted file mode 100644 index c6d8afc..0000000 --- a/src/features/DisplayFont/ui/FontDisplay/FontDisplay.svelte +++ /dev/null @@ -1,18 +0,0 @@ - - - -
- {#each displayedFontsStore.fonts as font, index (font.id)} -
- -
- {/each} -
diff --git a/src/features/GetFonts/ui/SuggestedFonts/SuggestedFonts.svelte b/src/features/GetFonts/ui/SuggestedFonts/SuggestedFonts.svelte deleted file mode 100644 index e7ffa8b..0000000 --- a/src/features/GetFonts/ui/SuggestedFonts/SuggestedFonts.svelte +++ /dev/null @@ -1,68 +0,0 @@ - - - -{#if unifiedFontStore.isFetching || unifiedFontStore.isLoading} - (Loading...) -{/if} - - - {#snippet children({ item: font, isVisible, proximity, index })} - - - - {/snippet} -