chore: Update translations

This commit is contained in:
Martti Malmi 2024-01-10 16:50:28 +00:00
parent 53488a9c59
commit 7220435d15

View File

@ -1,5 +1,5 @@
import { NostrLink, TaggedNostrEvent } from "@snort/system";
import {memo, MouseEvent, ReactNode} from "react";
import { memo, MouseEvent, ReactNode } from "react";
import { useInView } from "react-intersection-observer";
import { Link } from "react-router-dom";
@ -54,6 +54,6 @@ function ImageGridItem(props: ImageGridItemProps) {
{renderContent()}
</Link>
);
};
}
export default memo(ImageGridItem);