sort imports by path

This commit is contained in:
Siddharth Singh 2024-08-05 15:18:17 +05:30
parent c863655b4d
commit 0706f53b9f
No known key found for this signature in database

View file

@ -1,10 +1,10 @@
import { Storages } from '@/storages.ts'; import { Storages } from '@/storages.ts';
import { getInstanceMetadata } from '@/utils/instance.ts';
import { nip19 } from 'nostr-tools';
import { match } from 'path-to-regexp';
import { nip05Cache } from '@/utils/nip05.ts';
import { NostrMetadata, NSchema as n } from '@nostrify/nostrify'; import { NostrMetadata, NSchema as n } from '@nostrify/nostrify';
import { getAuthor, getEvent } from '@/queries.ts'; import { getAuthor, getEvent } from '@/queries.ts';
import { getInstanceMetadata } from '@/utils/instance.ts';
import { nip05Cache } from '@/utils/nip05.ts';
import { match } from 'path-to-regexp';
import { nip19 } from 'nostr-tools';
export interface OpenGraphTemplateOpts { export interface OpenGraphTemplateOpts {
title: string; title: string;