Fix responsive images
This commit is contained in:
parent
f84bc07c86
commit
15f0ac34cc
3 changed files with 9 additions and 28 deletions
|
|
@ -1,2 +0,0 @@
|
|||
export const last = <T>(list: ArrayLike<T>): T | undefined =>
|
||||
list.length >= 1 ? list[list.length - 1] : undefined;
|
||||
Loading…
Add table
Add a link
Reference in a new issue