Fix responsive images

This commit is contained in:
Andras Schmelczer 2022-09-25 21:02:16 +02:00
parent f84bc07c86
commit 15f0ac34cc
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
3 changed files with 9 additions and 28 deletions

View file

@ -1,2 +0,0 @@
export const last = <T>(list: ArrayLike<T>): T | undefined =>
list.length >= 1 ? list[list.length - 1] : undefined;