Update dependencies

This commit is contained in:
schroda
2026-03-09 01:13:34 +01:00
parent 00d6350cee
commit f549658dfa
9 changed files with 651 additions and 591 deletions
+2 -1
View File
@@ -182,7 +182,8 @@ const VerticalGrid = ({
);
export interface IMangaGridProps
extends Omit<DefaultGridProps, 'GridItemContainer'>,
extends
Omit<DefaultGridProps, 'GridItemContainer'>,
Partial<React.ComponentProps<typeof EmptyViewAbsoluteCentered>> {
hasNextPage: boolean;
loadMore: () => void;