Use gql for "mangas" I - get manga

This commit is contained in:
schroda
2023-09-08 00:44:01 +02:00
parent a5b4b95bce
commit 89dc053f00
14 changed files with 170 additions and 126 deletions

View File

@@ -22,7 +22,7 @@ function getRandomErrorFace() {
interface IProps {
message: string;
messageExtra?: JSX.Element;
messageExtra?: JSX.Element | string;
}
export default function EmptyView({ message, messageExtra }: IProps) {