eslint: sort imports & exports
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import { ExternalStore, unwrap } from "@snort/shared";
|
||||
import { EventKind, parseNostrLink } from "@snort/system";
|
||||
import { useLinkList } from "./useLists";
|
||||
import { useEffect, useSyncExternalStore } from "react";
|
||||
|
||||
import { useLinkList } from "./useLists";
|
||||
|
||||
class CommunityLeadersStore extends ExternalStore<Array<string>> {
|
||||
#leaders: Array<string> = [];
|
||||
|
||||
|
Reference in New Issue
Block a user