From 2ad81d3fbf07668f314e469ed7aebc106c078437 Mon Sep 17 00:00:00 2001 From: Siddharth Singh Date: Mon, 5 Aug 2024 20:07:08 +0530 Subject: [PATCH] sort imports --- src/utils/og-metadata.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/og-metadata.ts b/src/utils/og-metadata.ts index 33a2e201..3631a362 100644 --- a/src/utils/og-metadata.ts +++ b/src/utils/og-metadata.ts @@ -1,7 +1,8 @@ import { NostrMetadata, NSchema as n } from '@nostrify/nostrify'; import { getEvent } from '@/queries.ts'; -import { match } from 'path-to-regexp'; import { nip19 } from 'nostr-tools'; +import { match } from 'path-to-regexp'; + import { lookupAccount, lookupPubkey } from '@/utils/lookup.ts'; import { parseAndVerifyNip05 } from '@/utils/nip05.ts';