eslint: sort imports & exports
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import { NostrLink, TaggedNostrEvent } from "@snort/system";
|
||||
import { MouseEvent } from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import Icon from "@/Components/Icons/Icon";
|
||||
|
||||
import getEventMedia from "@/Components/Event/getEventMedia";
|
||||
import Icon from "@/Components/Icons/Icon";
|
||||
import { ProxyImg } from "@/Components/ProxyImg";
|
||||
|
||||
const ImageGridItem = (props: { event: TaggedNostrEvent; onClick: (e: MouseEvent) => void }) => {
|
||||
|
Reference in New Issue
Block a user