fix(icons): local icon repository does not work with medias (#1765)

This commit is contained in:
Meier Lukas
2024-12-24 14:15:18 +01:00
committed by GitHub
parent f127c9325c
commit e220087e96
6 changed files with 49 additions and 13 deletions

View File

@@ -0,0 +1 @@
export { createLocalImageUrl, mapMediaToIcon, LOCAL_ICON_REPOSITORY_SLUG } from "./repositories/local.icon-repository";