diff --git a/gui/.npmignore b/gui/.npmignore index 247454ce..5365ee30 100644 --- a/gui/.npmignore +++ b/gui/.npmignore @@ -9,6 +9,7 @@ out/cache/ out/coverage/ out/coverage-* out/docs/ +out/test/ out/typings/ out/*.db out/*.html diff --git a/gui/src/components/ImageControl.tsx b/gui/src/components/ImageControl.tsx index 3f86720d..6f30b828 100644 --- a/gui/src/components/ImageControl.tsx +++ b/gui/src/components/ImageControl.tsx @@ -47,8 +47,6 @@ export function ImageControl(props: ImageControlProps) { } }} /> - -