minor tweak

This commit is contained in:
Reinaldo Neto 2023-07-04 18:56:55 -03:00
parent fb7da4f70c
commit f5c3c7ad1e
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ export function ImageComponent({
Component = FastImage;
}
return Component;
}
};