Add Immich Widget

This commit is contained in:
Zlendy 2023-01-27 00:03:52 +01:00 committed by shamoon
parent e5d65f410c
commit 6b5e8ab0c7
5 changed files with 39 additions and 0 deletions

View file

@ -62,6 +62,7 @@ const components = {
unifi: dynamic(() => import("./unifi/component")),
watchtower: dynamic(() => import("./watchtower/component")),
xteve: dynamic(() => import("./xteve/component")),
immich: dynamic(() => import("./immich/component")),
};
export default components;